in reply to Re: How to lay out private modules?
in thread How to lay out private modules?
Something you could use instead of use lib is the PERL5LIB environment variable...
They are exactly the same thing. One is on a per-user basis and the other is on a per-file basis. Which you use is dependent on your needs. Generally, 'use lib' is preferred precisely because it's user-independent.
- In general, if you think something isn't in Perl, try it out, because it usually is. :-)
- "What is the sound of Perl? Is it not the sound of a wall that people have stopped banging their heads against?"
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: How to lay out private modules?
by Animator (Hermit) on May 11, 2005 at 18:26 UTC |
In Section
Seekers of Perl Wisdom