Title here
Summary here
Currently, we have a variety of Perl-Versions available. See module av|& grep lang/Perl
. All Perl versions provide numerous libraries.
We provide a number of Perl modules, e.g. lang/Perl/5.22.1-foss-2017a
.
lang/Perl/5.22.1-foss-2017a
Loading a Perl-Module provides you with cpan
and cpanm
.
# As cpan does not resolve URIs correctly, this step is needed:
export HTTP_PROXY=http://134.93.176.24:8888
# set a directory for the local library install and search path
cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
This will take a while, but then, you can install into the preconfigured directory just with:
cpanm Module::Name