in reply to Re: Getting Moose &/or Net::Twitter to work from cron.
in thread Getting Moose &/or Net::Twitter to work from cron.
You could also try spawning a bash shell and running it from within that, instead of directly, ie.
bash myperlscript.pl
instead of just:
myperlscript.pl
Also check /var/log/cron for errors.
|
|---|