I guess I understood a little backwards earlier.
my %tollfree = map { $_ => 1 } 800, 866, 877, 888; if ( $line =~ m/^2/ || !$tollfree{ substr($line, 14, 3) } ) { print OUTPUT "$line\n"; } else { ... }
In reply to Re^5: Ignoring lines in flat text file
by ikegami
in thread Ignoring lines in flat text file
by sheasbys
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |