CGI is a better replacement for cgi-lib.pl, which is long obsolete. Your CGI->new constructor consumes the POST input leaving nothing for cgi-lib to chew on. CGI.pm has a compatibility mode you get by importing ":cgi-lib".
See CGI for details.use CGI qw/:cgi-lib/;
After Compline,
Zaxo
In reply to Re: "use" location within a program - it matters??
by Zaxo
in thread "use" location within a program - it matters??
by kwaping
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |