use CGI qw/ form /;
to only import the form-handling methods, or the cgi-related methods.use CGI qw/ cgi /;
this will allow for using CGI.pm for parsing, and still allow you to generate your own HTML.
In reply to Re: alternatives to cgi.pm
by geektron
in thread alternatives to cgi.pm
by chorg
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |