http://qs321.pair.com?node_id=691012


in reply to Re^2: "exact" pattern matching
in thread "exact" pattern matching

What's wrong with index?? And you can of course ignore special chars in a regex.
$str=~/\Q \E/
Upps, did not see the posting of moritz...