basically what you want is something like this:
open(F,$ARGV[0]) or die $!; while ( <F> ) { # remove \n chomp; # process the current line. } close(F);
In reply to Re: Efficiently processing a file
by ahmad
in thread Efficiently processing a file
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |