- Homepage:
- https://www.perl.org/
Perl is preinstalled on Debian.
We avoid installing Perl modules from the Debian packaging system.
Here is how we get them. See also cpan.
Preparation
cpan App::cpanminus
This install the cpanm
Perl module manager which can also uninstall
modules.
Usage
PERL_MM_USE_DEFAULT=1 cpanm <modulename>