Help for this page

Select Code to Download


  1. or download this
    ## Use the fabulous CGI.pm module is usually installed
    use CGI;
    ...
        print qq(<p>@_</p>);
        print $C->end_html;
    }
    
  2. or download this
    $ ./my_script.cgi username=tenatious password=hideyho! age=1000 IQ=1
    
  3. or download this
    chmod o+x my_script.cgi