I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
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