Help for this page

Select Code to Download


  1. or download this
    my $s = '"abcd"';
    print "Try for \"$s\":\n";
    ...
    } else {
      print "It does not match!\n";
    }