Help for this page
$test = q("`'); # double-quote left-single-quote plain-single-quote # i'm not even sure what left/right-double-quote or ... $test =~ s/\x60//g; # remove any ` characters (hex 60) print $test, $/; # prints "'