![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: Re: Re: Re: Crontab error!by dws (Chancellor) |
on Apr 04, 2001 at 20:20 UTC ( [id://69718]=note: print w/replies, xml ) | Need Help?? |
Or change
use CGI qw/:standard :netscape :html3/;
to
#use CGI qw/:standard :netscape :html3/;
or remove that line entirely, since the script doesn't really use anything from CGI.pm
In Section
Seekers of Perl Wisdom
|
|