Help for this page

Select Code to Download


  1. or download this
      if($l =~ /\Q$m\E/)
      {
         print "We matched\n";
         print OF "$$l";
      }