Help for this page

Select Code to Download


  1. or download this
    my $jim = "jim(";
    my $string = "A string with jim( in it";
    ...
    
    $jim = quotemeta $jim;
    print "yeah" if $string =~ m/$jim/;