in reply to
Undefined subroutine CGI::upload
Try changing
use CGI qw/:standard /;
to
use CGI qw/:all/;
That might be overkill, but it does the job for me.
Comment on
Re: Undefined subroutine CGI::upload
Select
or
Download
Code
Replies are listed 'Best First'.
Re: Re: Undefined subroutine CGI::upload
by
jerrygarciuh
(Curate)
on Sep 30, 2003 at 16:51 UTC
Thanks for the reply
dws
. Unfortunately the error continues with
use CGI qw/:all/;
jg
[reply]
[d/l]
In Section
Seekers of Perl Wisdom