while (<FILE1>) { # this @lines = $_; }
while(<FILE1>) { push @lines, $_; }
@lines = <FILE1>;
In reply to RE: Parsing a file one line at a time
by ar0n
in thread Parsing a file one line at a time
by cburns
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |