in reply to Yes, even you can use CPAN

Question: when you say

$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

    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?

    it doesn't matter / it depends on your setup