in reply to MakeMaker custom directory
You may find that you get better results with PERL5LIB than with PERLLIB
In Re: Motivation behind PERL5LIB and PERLLIB? you will see salva says: "PERLLIB is obsolete, use PERL5LIB"
Also: Having seen your reply in cb, doing PERL5LIB=/my path/ isn't enough.
Although you can see it with echo $PERL5LIB you have to export it with export PERL5LIB to make it an environment variable.
IHTH
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: MakeMaker custom directory
by philharbour (Initiate) on Dec 17, 2009 at 17:06 UTC |