in reply to
CGI.pm question
You need to replace
use CGI;
with
use CGI qw(:standard);
. That will tell CGI.pm to export standard functions like param() and header().
Comment on
Re: CGI.pm question
Select
or
Download
Code
In Section
Seekers of Perl Wisdom