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


in reply to default install directory for modules

I guess the user2 could have used the perl Makefile.PL PREFIX="path"

Install the same module using the cpan command and check where it is installing?

Replies are listed 'Best First'.
Re^2: default install directory for modules
by niqola (Novice) on Mar 07, 2013 at 13:41 UTC

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

    Thank you very mush for all your helps!

      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"