Help for this page

Select Code to Download


  1. or download this
    print "Matched!" if $myvar =~ /\Q$myob->print\E/;
    
  2. or download this
    print "Matched!" if $myvar =~ /(?{$myob->escaped})/;