linux非root用户安装perl及其基本用法

1、

wget -c https://www.cpan.org/src/5.0/perl-5.30.3.tar.gz
tar zxvf perl-5.30.3.tar.gz
cd perl-5.30.3/
./Configure -des -Dprefix=/home/dongjiangxing/00_biosoft/05_Language_soft/perl-5.30.3/
make
make test
make install

相关推荐