crontab not working
Posted by: ne0nguy
Posted on: 2006-03-14 13:25:00
I need to have a file called hlstats.pl running in the background for may server stats page
http://www.ne0nguy.com/hlstats/hlstats.php
I figured I would use crontab to keep it running every hour
My crontab file looks like this:
0 * * * * "perl hlstats/perl/hlstats.pl"
while in the Shell when I type "perl hlstats/perl/hlstats.pl" it works but the crontab never runs
can someone give me some tips on how to fix it?