perl安装
Posted chenwt
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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.
以上是关于perl安装的主要内容,如果未能解决你的问题,请参考以下文章