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