Rychertate
MIS
I'm trying to test my crontab.
setenv EDITOR vi
crontab -e
I add this line passing 1025667 as the argument in my perl script.
32 14 * * * /usr/local/apache/cgi-bin/scrap/scrap_emailer2.pl 1025667
It never runs. I double check my time and it doesn't do anything. Is there something I may be overlooking?
setenv EDITOR vi
crontab -e
I add this line passing 1025667 as the argument in my perl script.
32 14 * * * /usr/local/apache/cgi-bin/scrap/scrap_emailer2.pl 1025667
It never runs. I double check my time and it doesn't do anything. Is there something I may be overlooking?