Perl
Perl is a widely-used programming language.
Documentation
Usage
To see what versions of Perl are available type
module avail perl
To see what other modules are needed, what commands are available and how to get additional help type
module help perl
To use Perl, include a command like this in your batch script or interactive session to load the perl module:
module load perl
Be sure you also load any other modules needed, as listed by the module help perl
command.