MIS Analytics
2017年1月14日 星期六
Perl: while read LINE
# similar to BASH while read LINE loop. Not typing more!
open FH, "mytext.txt";
while (FH) {
chomp;
print $_ ;
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言