http://www.perlmonks.org?node_id=1022229


in reply to Re: default install directory for modules
in thread default install directory for modules

The user2 has environment variables PERL_MM_OPT defined in his bash config file.

Thank you very mush for all your helps!

  • Comment on Re^2: default install directory for modules

Replies are listed 'Best First'.
Re^3: default install directory for modules
by Anonymous Monk on Mar 07, 2013 at 13:44 UTC

    Did you use perl -V to figure that out?

    $ perl -V |tail -n8 |head -n3 %ENV: PERL_MB_OPT=" --config installhtmldir= --binhtml= " PERL_MM_OPT="shamalamadingdong"