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

Re: Re: Problems with 'use lib'

by esh (Pilgrim)
on Aug 21, 2003 at 07:38 UTC ( [id://285393]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    BEGIN {
      my $projectLocation = '/some/other/place';
      use lib $projectLocation;
    }
    
  2. or download this
    my $projectLocation;
    BEGIN {
      $projectLocation = '/some/other/place';
    }
    use lib $projectLocation;
    

Log In?
Username:
Password:

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

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

    No recent polls found