Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: cronjobs and perl

by ZZamboni (Curate)
on Sep 19, 2000 at 00:08 UTC ( [id://33026]=note: print w/replies, xml ) Need Help??


in reply to cronjobs and perl

Apart from what others have said, if you are using libraries from non-standard places, you may have to set the PERLLIB or PERL5LIB environment library before calling your script in the crontab entry (or add the appropriate use lib pragma to your script), like this:
* * * * * PERL5LIB=/your/lib/dir /your/script.pl

--ZZamboni

Log In?
Username:
Password:

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

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

    No recent polls found