Help for this page
$_ = "o"; print "foo\n" if "foo" =~ m _${_}_; # Dies print "foo\n" if "foo" =~ s _${\_}_; # Happy