Help for this page
## 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