in reply to
Re: regex negation without !~
in thread
regex negation without !~
This approach won't work, as he is passing the regex to another module. The regex itself has to evaluate as false.
Comment on
Re^2: regex negation without !~
In Section
Seekers of Perl Wisdom