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