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 $_ ;
}

沒有留言:

張貼留言