Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    # this is foobar.cgi
    ...
    
    print $cgi->end_html;
    exit;