http://qs321.pair.com?node_id=456042


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?"