Difference between revisions of "Perl"

From UFRC
Jump to navigation Jump to search
m (Text replace - "{{App_Description|app={{#var:app}}|url={{#var:url}}}}|}}" to "{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}} ")
m (Text replace - "<!--Location--> {{App_Location|app={{#var:app}}|{{#var:ver}}}}" to "")
Line 34: Line 34:
  
 
Perl 5 is a highly capable, feature-rich programming language with over 23 years of development.
 
Perl 5 is a highly capable, feature-rich programming language with over 23 years of development.
<!--Location-->
+
 
{{App_Location|app={{#var:app}}|{{#var:ver}}}}
 
 
==Available versions==
 
==Available versions==
 
* 5.14.1
 
* 5.14.1

Revision as of 02:00, 10 August 2012

Description

perl website  

Perl 5 is a highly capable, feature-rich programming language with over 23 years of development.

Available versions

  • 5.14.1

Installed modules

5.14.1

  • BioPerl - 1.006901
  • GD::Graph - 1.44
  • GD::Graph::histogram - 1.1
  • 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.