in reply to Re^2: Perl Module Not Working In Crontab
in thread Perl Module Not Working In Crontab

Thanks you for your response - I eventually found out that I needed to add 'cd /my/working/directory/' into the bash script. This was a privilege issue - Archive::Extract module could not extract the file to the required directory and adding 'cd ...' to the calling script managed to solve it! Thank you to the guy that mentioned TURN ON DEBUG

  • Comment on Re^3: Perl Module Not Working In Crontab