Hi All,

I have a proble with my perl script to run in cronjob. When i run the script
in shell like this it works

#perl /path/to/perlscript
or
#./path/to/perlscript

what should be the problem running on cronjob.
both this doesnt work.

*/5 * * * * perl /path/to/pingscript
*/5 * * * * /path/to/perlscript

thanks in advance
--- Glynn ---


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to