in reply to
Re: Re: Re: Crontab error!
in thread
Crontab error!
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
Comment on
Re: Re: Re: Re: Crontab error!
Select
or
Download
Code
In Section
Seekers of Perl Wisdom