Your goal should be to read the file oncefor ( 4 .. 6 ){ print "$_\n"; for ( 0 .. 10 ){ print "\t$_\n"; } }
my %stopwords = map { $_ => } <$excludes>; while( <$large> ){ print unless $stopwords{$_}; }
In reply to Re: filter a file using an exclusion list
by Anonymous Monk
in thread filter a file using an exclusion list
by coldy
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |