abowley@lave:~$ perl -e '$a = $b = "word?dude"; print "$a $b\n" if $a +=~ m/\Q$b/' word?dude word?dude [download]
In reply to Re: question mark in there by kilinrax in thread question mark in there by jettero