Cron is being difficult
This is frusterating.I can run this script from the command line (./config.pl) and it works fine. But if ran by cron, it keeps returning a cryptic error.
Can't locate webtester.pl in @INC (@INC contains: /usr/lib/perl5/5.6.1/i686-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i686-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at /home/jim/public_html/cgi-bin/config.pl line 13
Config.pl calls webtester.pl, (the accompanying script), and again, everything works as it should when its called from the shell. As soon as I try and cron it, here come all the erroneous errors with some nonsense about not being able to find the webtester.pl file. Ive even tried creating a cron.sh file, which will call config.pl. Again Works from the shell, but chokes in crone. Why would it work fine from the shell, but not so when called by cron?
Id be willing to entertaining any suggestions right about now.
Thanks

