Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: perl script and cron

by Argel (Prior)
on Mar 24, 2006 at 01:39 UTC ( [id://538921]=note: print w/replies, xml ) Need Help??


in reply to perl script and cron

Scripts running under cron usually run in a very shall we say reduced envrionemnt. Relying on envrionment variables (including PATH), current directories, etc. will usually get you in trouble. You are much better off being as explicit as possible (e.g. use the full path to all commands).

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://538921]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (2)
As of 2024-04-24 23:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found