Difference between revisions of "Perl"

From UFRC
Jump to navigation Jump to search
(Created page with "__NOTOC__ __NOEDITSECTION__ Category:SoftwareCategory:Languages <!-- ######## Template Configuration ######## --> <!--Edit definitions of the variables used in template ...")
 
Line 39: Line 39:
  
 
==Installed modules==
 
==Installed modules==
 +
=== 5.14.1 ===
 
* BioPerl - 1.006901
 
* BioPerl - 1.006901
 
* Statistics::TTest - 1.1
 
* Statistics::TTest - 1.1

Revision as of 21:25, 16 December 2011

Description

{{{name}}} website  
Perl 5 is a highly capable, feature-rich programming language with over 23 years of development. Template:App Location

Available versions

  • 5.14.1

Installed modules

5.14.1

  • BioPerl - 1.006901
  • Statistics::TTest - 1.1
  • Statistics::PointEstimation - 1.1

Running the application using modules

To use perl with the environment modules system at HPC the following commands are available:

Get module information for perl:

$module spider perl

Load the default application module:

$module load perl

The modulefile for this software adds the directory with executable files to the shell execution PATH and sets the following environment variables:

  • HPC_PERL_DIR - directory where perl is located.