in reply to Different perl versions as loadable kernel modules

The solution I use is to install perlbrew in a location (such as under /usr/local/) where all users can access the newer version(s) without disturbing the system perl.

to install perlbrew in a system wide location, you first need to set the PERLBREW_ROOT environment variable to point to the root path. The perlbrew docs give the examples.

http://perlbrew.pl/
https://metacpan.org/pod/App::perlbrew#INSTALLATION
  • Comment on Re: Different perl versions as loadable kernel modules