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