User Tools

Site Tools


perl-software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
perl-software [2017/02/01 12:55] – created joguyaperl-software [2020/05/14 05:28] (current) aorth
Line 5: Line 5:
 ===== Information ===== ===== Information =====
  
-  * Version: 5.22.3 +  * Version: 5.28.2 
-  * Updated: February2017+  * Updated: May2020
   * Link: https://www.perl.org/   * Link: https://www.perl.org/
  
Line 14: Line 14:
 <code>$ module avail perl</code> <code>$ module avail perl</code>
  
-Load perl +Load one version into your environment and run it: 
-<code>$ module load perl/5.22.3</code>+<code>$ module load perl/5.28.
 +$ perl</code>
  
 ===== Installation ====== ===== Installation ======
  
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
-<code> +<code>$ cd /tmp 
-$ cd /tmp +$ wget https://www.cpan.org/src/5.0/perl-5.28.2.tar.xz 
-$ wget http://www.cpan.org/src/5.0/perl-5.22.3.tar.gz +$ tar xf perl-5.28.2.tar.xz 
-$ tar -xvf perl-5.22.3.tar.gz +$ cd perl-5.28.2 
-$ cd perl-5.22.3 +./Configure -des -Dprefix=/export/apps/perl/5.28.
-sudo mkdir -/export/apps/perl/5.22.3/ +$ make -j4 
-$ sudo chown -R joguya:joguya /export/apps/perl/5.22.3/ +$ sudo mkdir -/export/apps/perl/5.28.2 
-$ scl enable devtoolset-bash +sudo chown aorth /export/apps/perl/5.28.2
-./Configure -des -Dprefix=/export/apps/perl/5.22.3/ +
-$ make test+
 $ make install $ make install
-$ sudo chown -R root:root /export/apps/perl/5.22.3/+$ curl -L https://cpanmin.us/ -o /export/apps/perl/5.28.2/cpanm 
 +$ chmod +x /export/apps/perl/5.28.2/cpanm 
 +$ sudo chown -R root:root /export/apps/perl/5.28.2
 </code> </code>
- 
perl-software.1485953735.txt.gz · Last modified: 2017/02/01 12:55 by joguya