Ing. Branislav Gerzo <[EMAIL PROTECTED]> wrote:

> Mauro [M], on Tuesday, November 23, 2004 at 10:44 (+0100) wrote:
> 
> M> I made a script that works fine.
> M> When a try to run it in crontab it seems it doesn't work.
> 
> it is maybe path related problem. Try tu run exactly that 
> script as in crontab, but be in other directory, where 
> script, or crontab runs.

If you are calling external commands by just their name,
then make sure their location is in $PATH. Better yet,
use absolute path names to run them (and to check that
they are present, giving an error when they are not).

HTH,
Thomas

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to