in reply to where to install Perl apps on Linux?

If you let ExtUtils::MakeMaker handle your installation, you get the INSTALLDIRS family of environment variables. They are customized for each perl installation. That way, your users each get things installed where they expect, according to local customs.

After Compline,
Zaxo

  • Comment on Re: where to install Perl apps on Linux?