in reply to Yes, even you can use CPAN
$ENV{PERL5LIB} = "$ENV{HOME}/lib/perl5:$ENV{HOME}/lib"
Don't you want to actually apppend the libs desired to the variable, rather than replace the variable's contents with the directory you're installing into?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Yes, even you can use CPAN
by Anonymous Monk on Apr 20, 2013 at 17:04 UTC |