Difference between revisions of "Perl"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) m (Text replace - "<!--Location--> {{App_Location|app={{#var:app}}|{{#var:ver}}}}" to "") |
Moskalenko (talk | contribs) m (Text replace - "==Running the application using modules==" to "==Execution Environment and Modules==") |
||
Line 46: | Line 46: | ||
* Statistics::PointEstimation - 1.1 | * Statistics::PointEstimation - 1.1 | ||
<!-- --> | <!-- --> | ||
− | {{#if: {{#var: mod}}|== | + | {{#if: {{#var: mod}}|==Execution Environment and Modules== |
{{App_Module|app={{#var:app}}|intel={{#var:intel}}|mpi={{#var:mpi}}}}|}} | {{App_Module|app={{#var:app}}|intel={{#var:intel}}|mpi={{#var:mpi}}}}|}} | ||
{{#if: {{#var: exe}}|==How To Run== | {{#if: {{#var: exe}}|==How To Run== |
Revision as of 02:03, 10 August 2012
Description
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
Execution Environment and 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.