Difference between revisions of "Perl"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) |
Moskalenko (talk | contribs) m (Text replace - "Usage policy" to "Usage Policy") |
||
Line 43: | Line 43: | ||
{{#if: {{#var: pbs}}|==PBS Script Examples== | {{#if: {{#var: pbs}}|==PBS Script Examples== | ||
See the [[{{PAGENAME}}_PBS]] page for {{#var: app}} PBS script examples.|}} | See the [[{{PAGENAME}}_PBS]] page for {{#var: app}} PBS script examples.|}} | ||
− | {{#if: {{#var: policy}}|==Usage | + | {{#if: {{#var: policy}}|==Usage Policy== |
WRITE USAGE POLICY HERE (perhaps templates for a couple of main licensing schemes can be used)|}} | WRITE USAGE POLICY HERE (perhaps templates for a couple of main licensing schemes can be used)|}} | ||
{{#if: {{#var: testing}}|==Performance== | {{#if: {{#var: testing}}|==Performance== |
Revision as of 16:32, 10 August 2012
Description
Perl 5 is a highly capable, feature-rich programming language with over 23 years of development.
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.