Help for this page

Select Code to Download


  1. or download this
    ## remember, only one.
    use CGI; # let it do it's own thing.
    ...
    use CGI qw/:html :form/; # all html + form html widgets
    use CGI ':standard'; # all cgi and HTML[23] and forms
    use CGI ':all'; # kitchen sink