in reply to Re: Module Installation Errors
in thread Module Installation Errors

Thanks for the explanation. Running the cpan installation as a normal user and using the 'sudo' method did the trick - the script runs now! As for perlbrew, this looks like it installs and upgrades perl itself, not perl modules - is that correct? For the installation of perl itself, I used the Debian package appropriate to my installation.

Thanks again!

Replies are listed 'Best First'.
Re^3: Module Installation Errors
by Anonymous Monk on Feb 07, 2017 at 21:13 UTC
    Yes, it does both things (installing perl and installing modules) without needing root. Glad you got it to work!