Posted on 2006-11-28 15:59:14-08 by rana in response to 3639
Re: Problem with UNIX crontab
it is sort of unlikely that you notice an error when using cron and not when used manually, still; try this module Schedule::Cron instead of regular cron,
try running in debug mode and step thru the process, or write a loging functionality so you log every thing to a log you can review the process as it flows.
the cron jobs that I have are setup to direct the std output to a log file / dump file, as cron sends all the errors to the mailbox.
hope this helps, Rana
Direct Responses: 3641 | 3642 | Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.