file.txt
test.pl# header 1 2 3 4 5 6
Result is:use Tie::File; tie @f, 'Tie::File', "file.txt" or die $!; foreach (@f[1..$#f]) { print $_, "\n"; }
1 2 3 4 5 6
In reply to Re^3: processing huge files
by izut
in thread processing huge files
by geektron
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |