This document is meant to supplement the perlguts(1) manual page that comes with Perl. It contains commented illustrations of all major internal Perl data structures. Having this document handy hope ...……
官网:http://www.cpan.org/src/
wget https://www.cpan.org/src/5.0/perl-5.28.1.tar.gztar -xzf perl-5.28.1.tar.gz
cd perl-5.28.1
./Configure -des -Dprefix=$HOME/localperl
make
make test
make install
...……