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.
Comment on
Re^2: Variable to point to library?
Replies are listed 'Best First'.
Re^3: Variable to point to library?
by
Anonymous Monk
on Jul 12, 2004 at 00:35 UTC
Doesn't this assume a cgi version of Perl? How about if using mod_perl?
[reply]
In Section
Seekers of Perl Wisdom