CentOS7 安装Perl

 

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

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

 

 

参考:

https://blog.csdn.net/zhang6622056/article/details/52594242

posted @ 2019-02-16 15:47  anobscureretreat  阅读(3034)  评论(0编辑  收藏  举报