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


in reply to Building Perl With My Own Module Directories

One easy way to add paths to @INC is to use a loser or system-wide environ variables (say, via /etc/profile) PERL5LIB or PERLLIB. They are a collon-separated list of pathnames; consult 'perldoc perlrun' for more details.
  • Comment on Re: Building Perl With My Own Module Directories

Replies are listed 'Best First'.
Re^2: Building Perl With My Own Module Directories
by williams (Beadle) on Oct 07, 2005 at 20:20 UTC
    I'm familiar with $PERL5LIB, etc. but don't have the permissions needed to influence user environments to make that work. That's why I'm trying to use the configure hooks instead.

    Thanks anyway,

    Jim Williams