$safe = quotemeta $unsafe; $text =~ /$safe/; # or $text =~ /\Q$unsafe\E/; [download]
In reply to Re: safe regex variables by japhy in thread safe regex variables by oconnelm