[問題] 請問如何從batch file給 STDIN
如題 我有一個perl 執行時會等待輸入stdin 但是我有大量的資料要經過這個perl處理
請問如何從batch file 寫入 stdin?
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 111.255.20.25
※ 文章網址: https://www.ptt.cc/bbs/Perl/M.1454080573.A.6F0.html
推
01/30 07:01, , 1F
01/30 07:01, 1F
願聞其詳 例如像這樣嗎? perl |變數1 |變數2
※ 編輯: gecer (111.255.20.25), 01/30/2016 10:42:30
→
01/30 15:31, , 2F
01/30 15:31, 2F
假設我有個perl code
my $o=<STDIN>;
print "$o\n";
my $c=<STDIN>;
print "$c\n";
想用batch file 去執行 但是我不想等從鍵盤輸入stdin 所以想寫batch file 去執行上面
的perl code
perl test.pl <first stdin> <second stdin>
perl test.pl <first stdin> <second stdin>
perl test.pl <first stdin> <second stdin>
perl test.pl <first stdin> <second stdin>
不知道batch file 語法要怎麼寫
※ 編輯: gecer (111.255.20.25), 01/30/2016 17:27:04
推
01/30 19:55, , 3F
01/30 19:55, 3F
推
01/30 21:43, , 4F
01/30 21:43, 4F
推
01/30 21:46, , 5F
01/30 21:46, 5F
→
01/30 21:47, , 6F
01/30 21:47, 6F
Perl 近期熱門文章
PTT數位生活區 即時熱門文章