Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Utility of "use lib qw{ . }" ?

by crouchingpenguin (Priest)
on Jun 23, 2003 at 14:19 UTC ( [id://268170]=note: print w/replies, xml ) Need Help??


in reply to Utility of "use lib qw{ . }" ?

Just a small comment on the utility of modifying @INC under apache/mod_perl. I often include directories in the startup file (often named startup.pl) via use libs like:

use lib qw( /var/www/perl_lib ); ### for example

This is especially handy when you have a dev apache instance that includes dev copies of your local libs.


cp
----
"Never be afraid to try something new. Remember, amateurs built the ark. Professionals built the Titanic."

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-03-29 12:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found