安装perl前 须要安装gccyum install -y gccwget http://www.cpan.org/src/5.0/p...tar -xzf perl-5.16.1.tar.gzcd perl-5.16.1./Configure -des -Dprefix=/usr/local/perlmake && make test && make installperl -v完成get