![]() |
|
Just another Perl shrine | |
PerlMonks |
Re: CGI Post queryby gellyfish (Monsignor) |
on Jul 05, 2006 at 08:38 UTC ( #559267=note: print w/replies, xml ) | Need Help?? |
You haven't imported the header subroutine. You should either do use CGI qw(header); ( or use CGI qw(:standard) if you intend to use other functions from the module.) Or you can specify the full package name of the subroutine - i.e. print CGI::header(); /J\
In Section
Seekers of Perl Wisdom
|
|