Help for this page

Select Code to Download


  1. or download this
    my $comment = $cgi->param('comment') || ''; # or whatever
    
    ...
    my $comment_html = $cgi->escapeHTML($comment);
    print header();
    print "<p>Comments: $comment_html\n";