#fetch http://www.perl.com/CPAN/src/stable.tar.gz
# tar zxvf stable.tar.gz
# cd perl-5.16.1
# sh Configure -de
# make(会需要一段时间)
# make test(执行一次测试)
# make install
# reboot(执行 perl -v 查看Perl版本信息)