Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Multiple Path in use lib

by davorg (Chancellor)
on Jul 03, 2006 at 12:41 UTC ( [id://558983]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use lib qw(/path/to/one/library /path/to/another);
    
  2. or download this
    use lib '/path/to/one/library';
    use lib '/path/to/another';
    

Log In?
Username:
Password:

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

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

    No recent polls found