![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re^2: Perl Module Not Working In Crontabby Anonymous Monk |
on Jan 10, 2012 at 09:06 UTC ( #947116=note: print w/replies, xml ) | Need Help?? |
basically the Perl module Archive::Extract works manually but will not work via crontab - :D "does not work" is not diagnostic :) turn on debugging, all things have debugging, even crontab $Archive::Extract::DEBUG = 1; Start reading these to see a typical crontab story :) The problem is usually basic path managment. A relative path to the program, wrong path to perl on shebang, an assumed Cwd, wrong module path ( %INC ) or other %ENV , wrong permissions, not checking for errors, not reading error messages, wrong path again :)
In Section
Seekers of Perl Wisdom
|
|