Help for this page

Select Code to Download


  1. or download this
    print my $cgi->escapeHTML( $tags); # should be $query not $cgi
    print $query->escapeHTML( $tags );
    
  2. or download this
    use CGI;
    
    ...
    
    use Data::Dumper;
    print $query->escapeHTML(Dumper(\%form));