in reply to Need Help regarding perl script in unix cronjob...

In addition to environment varialbes mentioned by others, there could be path issues. The cronned job should not rely on a PATH in the shell environment. Rather, it should fully specify all paths absolutely like this: /usr/bin/scriptname.

Phil

  • Comment on Re: Need Help regarding perl script in unix cronjob...