print "Matched!" if $myvar =~ /\Q$myob->print\E/; #### print "Matched!" if $myvar =~ /(?{$myob->escaped})/;