Help for this page

Select Code to Download


  1. or download this
    my $q = CGI->new();
    # stuff
    $string = $q->escape($string);
    
  2. or download this
    use CGI;
    # stuff
    $string= CGI::escape($string);