Help for this page
Select Code to Download
Select
or
download this
print "Got: ", $cgi->escape("some_value"), "\n";
Select
or
download this
print qq(Got: @{[ $cgi->escape("some_value") ]}\n);