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