perl安装

1.perl source

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

wget http://www.cpan.org/src/5.0/perl-5.24.0.tar.gz
     tar -xzf perl-5.24.0.tar.gz
     cd perl-5.24.0
     ./Configure -des -Dprefix=$HOME/localperl
     make
     make test
     make install

2.

posted on 2016-10-17 10:16  chenwt  阅读(140)  评论(0编辑  收藏  举报