User Tools

Site Tools


perl-software

This is an old revision of the document!


Table of Contents

Perl

Perl 5 is a highly capable, feature-rich programming language.

Information

Usage

See which versions of perl are available:

$ module avail perl

Load one version into your environment and run it:

$ module load perl/5.28.2
$ perl

Installation

Notes from the sysadmin during installation:

$ cd /tmp
$ wget https://www.cpan.org/src/5.0/perl-5.28.2.tar.xz
$ tar xf perl-5.28.2.tar.xz
$ cd perl-5.28.2
$ ./Configure -des -Dprefix=/export/apps/perl/5.28.2
$ make -j4
$ sudo mkdir -p /export/apps/perl/5.28.2
$ sudo chown aorth /export/apps/perl/5.28.2
$ make install
$ sudo chown -R root:root /export/apps/perl/5.28.2
perl-software.1589397808.txt.gz · Last modified: 2020/05/13 19:23 by aorth