in reply to
Re: If Simplification
in thread
If Simplification
You probably want to
@bad = map quotemeta, @bad;
or
@bad = map {qr{$_}i} @bad;
.
Comment on
Re: Re: If Simplification
Select
or
Download
Code
In Section
Seekers of Perl Wisdom