in reply to Crontab entry for Perl script
Also, note that when you run from the command line your script has an open STDIN and an open STDOUT. In cron you do not have an open STDIN. STDOUT is generally a mail program. It is possible that cron errors are going to root. If you are not the admin, ask someone who is to see where cron errors go and if your script got any.ENV1=val ENV2=val command
HTH, --traveler
|
|---|