Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Changing @INC path detail

by graq (Curate)
on Dec 06, 2007 at 08:52 UTC ( [id://655316]=note: print w/replies, xml ) Need Help??


in reply to Changing @INC path detail

If you have some code that you want to flip between using different library paths, you can make it $ENV dependent.

BEGIN { $ENV{$_} && unshift @INC, $ENV{$_} for (qw|DEVA_OR_DEVB|); }

Setting up $ENV will depend on your OS / server environment.

-=( Graq )=-

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (8)
As of 2024-04-18 07:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found