in reply to
pattern match -vs- *ix grep
use it directly from command line:
perl -pe'$_="" unless /pattern/' file
but i don't think, that it will be faster than grep
Comment on
Re: pattern match -vs- *ix grep
Download
Code
In Section
Seekers of Perl Wisdom