Difference between revisions of "Applications/keep-Perl"

From HPC
Jump to: navigation , search
m
m
Line 8: Line 8:
  
 
==Usage Examples==
 
==Usage Examples==
 +
 
<pre style="background-color: black; color: white; border: 2px solid black; font-family: monospace, sans-serif;">
 
<pre style="background-color: black; color: white; border: 2px solid black; font-family: monospace, sans-serif;">
[username@login01 ~]$ module add perl/5.24.0
+
[pysdlb@login01 ~]$ interactive
[username@login01 ~]$ perl testPerl.pl
+
salloc: Granted job allocation 2294929
 +
Job ID 2294929 connecting to c024, please wait...
 +
 
 +
[pysdlb@c024 ~]$ module load perl/5.24.0
 +
[pysdlb@c024 ~]$ export LANGUAGE=C
 +
[pysdlb@c024 ~]$ export LC_ALL=C
 +
[pysdlb@c024 ~]$ export LANG=C
 +
[pysdlb@c024 ~]$ perl
 
</pre>
 
</pre>
 +
 +
* you can ignore the ''export'' command above if you're not bother about the ''locale warnings''.
  
 
===Further Information===
 
===Further Information===

Revision as of 14:50, 10 February 2020

Application Details

  • Description: Perl is a family of high-level, general-purpose, interpreted, dynamic programming languages.
  • Version: 5.24.0
  • Modules: perl/5.24.0
  • Licence:GNU Licence

Usage Examples

[pysdlb@login01 ~]$ interactive
salloc: Granted job allocation 2294929
Job ID 2294929 connecting to c024, please wait...

[pysdlb@c024 ~]$ module load perl/5.24.0
[pysdlb@c024 ~]$ export LANGUAGE=C
[pysdlb@c024 ~]$ export LC_ALL=C
[pysdlb@c024 ~]$ export LANG=C
[pysdlb@c024 ~]$ perl
  • you can ignore the export command above if you're not bother about the locale warnings.

Further Information

Perl Programming Support


Navigation