As for how to combine the import parameters (that is, the list of arguments to "use CGI") you can just lump them all together:
Note that you really should not use html2 - HTML 2 is very outdated. Just using the -no_xhtml option should be enough.use CGI qw(:standard :html2 -no_xhtml);
In reply to Re^5: XML tags using perl CGI
by Joost
in thread XML tags using perl CGI
by pmcaveman
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |