in reply to
regex error
Use
/\Q$variable\E/
when you want to literally match the contents of a variable. More info is at the end of
Quote and Quote like Operators
, in
quotemeta
(as suggested above) and in
Interpolation
.
Comment on
Re: regex error
Download
Code
In Section
Seekers of Perl Wisdom