Help for this page

Select Code to Download


  1. or download this
    $_ = "o";
    print "foo\n" if "foo" =~ m _${_}_;  # Dies
    print "foo\n" if "foo" =~ s _${\_}_; # Happy