Lecture1_bioinfo-environment05_perl

Jimmyjmzeng1314@outlook.com

Keywords: perl

1          Why should I install perl for myself

1.1         update

1.2         module

1.3         package(circos)

2          how to install it

2.1         download it from official website

     wget http://www.cpan.org/src/5.0/perl-5.22.0.tar.gz

     tar -xzf perl-5.22.0.tar.gz

     cd perl-5.22.0

     ./Configure --prefix=$HOME/localperl

     make

     make test

     make install

useful links : http://www.cpan.org/src/

http://www.bio-info-trainee.com/?p=557