官网:http://www.cpan.org/src/
wget https://www.cpan.org/src/5.0/perl-5.28.1.tar.gz
tar -xzf perl-5.28..tar.gz
cd perl-5.28.
./Configure -des -Dprefix=$HOME/localperl
make
make test
make install
参考:
https://blog.****.net/zhang6622056/article/details/52594242