Help for this page

Select Code to Download


  1. or download this
    my $target = q{
      MM
    ...
    };
    
    print "Match!\n" if ($target =~ /\/\^\\\n.+C/m);
    
  2. or download this
    my $target=q {
      MM
    ...
    };
    
    print "Match!\n" if ($target =~ /\/\^\\\n.+C/m);