in reply to Changing shells within a perl script

Chances are that even if you ran a korn shell, cron would still not load your environment variables because cron tries to run its commands in a minimal environment.

Maybe you could use something like what's been mentioned in these previous discussions.

non-Perl: Andy Ford

  • Comment on Re: Changing shells within a perl script