Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: How to change @INC permanently?

by spiritway (Vicar)
on Aug 24, 2005 at 04:18 UTC ( [id://486088]=note: print w/replies, xml ) Need Help??


in reply to Re: How to change @INC permanently?
in thread How to change @INC permanently?

Thank you kindly, Merlin.

Replies are listed 'Best First'.
Re^3: How to change @INC permanently?
by xdg (Monsignor) on Aug 24, 2005 at 05:25 UTC

    A somewhat simpler approach for a "semi-permanent" solution may be to set the PERL5LIB environment variable to the directories you want to always make available. See perlrun.

    -xdg

    Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.

      set the PERL5LIB environment variable
      In my experience, ensuring that an environment variable is set for every possible process that might execute my script is pretty unlikely, not to mention that a setuid script ignores that variable.

      -- Randal L. Schwartz, Perl hacker
      Be sure to read my standard disclaimer if this is a reply.

        I like to give people options. Not everyone feels comfortable recompiling perl. Given that the OP was looking in Super Search to find out about use lib, it seemed to me that a recompile or editing the binary might be the proverbial atomic bomb to swat a fly.

        -xdg

        Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.

      He could begin his script with
      #!/usr/bin/perl -mlib=/path

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-04-26 06:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found