in reply to Re: RFC: (Do Not) Modify the System Perl
in thread RFC: (Do Not) Modify the System Perl

When using the system Perl, you cannot upgrade modules via CPAN.

This is a reason for not using CPAN to upgrade modules within the system perl installation - not a reason for not using the system perl at all. Each (reasonable) OS provides its own packager, and each packager has means to install modules elsewhere, apart from the system's locations.
For some reason, there is:

and so on. Then PERL5LIB, lib.pm, FindBin.pm et al.

perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'
  • Comment on Re^2: RFC: (Do Not) Modify the System Perl