Help for this page

Select Code to Download


  1. or download this
    print "Got: ", $cgi->escape("some_value"), "\n";
  2. or download this
    print qq(Got: @{[ $cgi->escape("some_value") ]}\n);