Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: "use lib" with low precedence?

by broquaint (Abbot)
on Oct 07, 2002 at 12:16 UTC ( [id://203301]=note: print w/replies, xml ) Need Help??


in reply to "use lib" with low precedence?

Since use lib is really just a glorified unshift @INC you could just do a simple push e.g
BEGIN { push @INC, qw( your/libraries here ) } ...
Now your local libraries will have a 'lower precedence' than the system libraries.
HTH

_________
broquaint

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (10)
As of 2024-04-23 08:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found