
perlplexer
Deleted
Dec 2, 2000, 7:38 AM
Post #3 of 3
(620 views)
|
|
Re: Need help on Running perl prg. thru cron
[In reply to]
|
Can't Post
|
|
You can read 'man cron' and 'man crontab' to get a better understanding of how it all works. If your script uses environment variables or any programs that your script runs use them, you may want to make sure they all get set up properly. cron also emails you STDOUT from the script. perlplexer
|