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


in reply to Re: Variable to point to library?
in thread Variable to point to library?

Nice idea, except there already is one, it's called PERL5LIB, which perl automatically looks for and adds to its @INC (lib path array). Thus removing the need for 'use lib' at all.

C.