Difference between revisions of "Active Perl"

From IBERS Bioinformatics and HPC Wiki
Jump to: navigation, search
(Created page with "We have Active Perl installed as a module. [mjv08@bert ~]$ module load activeperl [mjv08@bert ~]$ which perl /cm/shared/apps/activeperl/5.14.2/bin/perl [mjv08@bert ~]$ perl ...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
We have Active Perl installed as a module.  
 
We have Active Perl installed as a module.  
  
[mjv08@bert ~]$ module load activeperl
+
  [user@bert ~]$ module load activeperl
[mjv08@bert ~]$ which perl
+
  [user@bert ~]$ which perl
/cm/shared/apps/activeperl/5.14.2/bin/perl
+
  /cm/shared/apps/activeperl/5.14.2/bin/perl
[mjv08@bert ~]$ perl
+
  [user@bert ~]$ perl -v
^C
 
[mjv08@bert ~]$ perl -v
 
  
This is perl 5, version 14, subversion 2 (v5.14.2) built for x86_64-linux-thread-multi
+
  This is perl 5, version 14, subversion 2 (v5.14.2) built for x86_64-linux-thread-multi
(with 1 registered patch, see perl -V for more detail)
+
  (with 1 registered patch, see perl -V for more detail)
  
Copyright 1987-2011, Larry Wall
+
  Copyright 1987-2011, Larry Wall
 +
 +
  Binary build 1402 [295342] provided by ActiveState http://www.ActiveState.com
 +
  Built Oct  9 2011 15:47:00
  
Binary build 1402 [295342] provided by ActiveState http://www.ActiveState.com
+
  Perl may be copied only under the terms of either the Artistic License or the
Built Oct  9 2011 15:47:00
+
  GNU General Public License, which may be found in the Perl 5 source kit.
  
Perl may be copied only under the terms of either the Artistic License or the
+
  Complete documentation for Perl, including FAQ lists, should be found on
GNU General Public License, which may be found in the Perl 5 source kit.
+
  this system using "man perl" or "perldoc perl".  If you have access to the
 +
  Internet, point your browser at http://www.perl.org/, the Perl Home Page.
  
Complete documentation for Perl, including FAQ lists, should be found on
+
  [user@bert ~]$
this system using "man perl" or "perldoc perl".  If you have access to the
 
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
 
 
 
[mjv08@bert ~]$
 

Latest revision as of 15:25, 6 August 2013

We have Active Perl installed as a module.

 [user@bert ~]$ module load activeperl
 [user@bert ~]$ which perl
 /cm/shared/apps/activeperl/5.14.2/bin/perl
 [user@bert ~]$ perl -v
 This is perl 5, version 14, subversion 2 (v5.14.2) built for x86_64-linux-thread-multi
 (with 1 registered patch, see perl -V for more detail)
 Copyright 1987-2011, Larry Wall

 Binary build 1402 [295342] provided by ActiveState http://www.ActiveState.com
 Built Oct  9 2011 15:47:00
 Perl may be copied only under the terms of either the Artistic License or the
 GNU General Public License, which may be found in the Perl 5 source kit.
 Complete documentation for Perl, including FAQ lists, should be found on
 this system using "man perl" or "perldoc perl".  If you have access to the
 Internet, point your browser at http://www.perl.org/, the Perl Home Page.
 [user@bert ~]$