Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Adding a directory to @INC permenantly

by jdavidboyd (Friar)
on Jul 02, 2002 at 18:42 UTC ( [id://178955]=note: print w/replies, xml ) Need Help??


in reply to Adding a directory to @INC permenantly

Perl FAQ 8 offers the following, under the question of:

How do I add a directory to my include path at runtime?

Here are the suggested ways of modifying your include path:

   the PERLLIB environment variable
   the PERL5LIB environment variable
   the perl -Idir command line flag
   the use lib pragma, as in
      use lib "$ENV{HOME}/myown_perllib";

The latter is particularly useful because it knows about machine dependent architectures. The lib.pm pragmatic module was first included with the 5.002 release of Perl.

Myself, I go for the perl -Idir version.
  • Comment on Re: Adding a directory to @INC permenantly

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-24 01:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found