in reply to Perl script runs through Cron but does not generate files

This might be an environment issue. Commands under cron are not having the same environment compared to a user logging in. Have you taken care of all path and variables that could influence your script?

  • Comment on Re: Perl script runs through Cron but does not generate files