Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: INC

by Zaxo (Archbishop)
on Jul 02, 2002 at 14:12 UTC ( [id://178856]=note: print w/replies, xml ) Need Help??


in reply to Changing @INC after moving Perl

Default @INC is compiled into Perl. You can add directories to @INC with the PERL5LIB environment variable or with use lib 'foo';

.

After Compline,
Zaxo

Replies are listed 'Best First'.
Re: Re: INC
by ariels (Curate) on Jul 02, 2002 at 14:19 UTC
    Pointers to the docs: use lib ... is described if you run perldoc lib (click the second link); the PERL5LIB environment variable is described in perlrun.

Log In?
Username:
Password:

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

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

    No recent polls found