in reply to Re: Problem with regex
in thread Problem with regex

No need for a module, the quotemeta built-in function does that. You can also use \Q$searchstring\E in the regex (which does the same).