in reply to Re: Need RegExp help - doing an AND match - use grep instead
in thread Need RegExp help - doing an AND match
(I didn't actually need the missing ones.) Thanks a lot, imp!#@words is a bunch of words , $line is the line to search if(!grep{$line !~ $_} @words) { #success }
|
|---|