in reply to change where CPAN places Modules - Help Please

Please post the output of perl -V

Replies are listed 'Best First'.
Re^2: change where CPAN places Modules - Help Please
by Anonymous Monk on May 02, 2017 at 00:21 UTC
    This:

    %ENV:
    PERL5LIB="/root/perl5/lib/perl5:"
    PERL_LOCAL_LIB_ROOT=":/root/perl5"
    PERL_MB_OPT="--install_base /root/perl5"
    PERL_MM_OPT="INSTALL_BASE=/root/perl5"
    @INC:
    /root/perl5/lib/perl5/5.16.3/x86_64-linux-thread-multi
    /root/perl5/lib/perl5/5.16.3
    /root/perl5/lib/perl5/x86_64-linux-thread-multi
    /root/perl5/lib/perl5
    /usr/local/lib64/perl5
    /usr/local/share/perl5
    /usr/lib64/perl5/vendor_perl
    /usr/share/perl5/vendor_perl
    /usr/lib64/perl5
    /usr/share/perl5

    Or the whole thing?

    -Rich
        so for using that "sh Configure -Dprefix=~/p-5.18.0/" I have to re-install perl?

        -Rich