On Wed, Jul 11, 2001 at 02:54:34PM -0700, Michael Dube wrote:
> I have a couple of PERL installations on my system.  How do I point perl at
> the correct set of modules?  I tried setting @INC inline in my program, but
> that did not work.

use lib, set @INC (it does actually work, you're probably doing it after the
modules are actually use'd), set $ENV{PERL5LIB}, or recompile perl with the
paths you want.

The first three are documented in perldoc -q "my own module".  The last
requires some Configure'ing with the perl source.


Michael
--
Administrator                      www.shoebox.net
Programmer, System Administrator   www.gallanttech.com
--

Reply via email to