I'll be discussing the use of regexes for simple things like
/foo/. I'll mention
quotemeta() and
\Q...\E, of course, and suggest that something like
/\Q$str\E/ be rewritten without using a regex.
I will also discuss the dangers of
/$str/.
japhy --
Perl and Regex Hacker