Help for this page

Select Code to Download


  1. or download this
    use CGI;
    
    ...
    # so the output won't be interpreted as HTML
    print $q->header('text/plain');
    print "$_ = '", $q->param($_), "'\n" for $q->params;