天天看点

perl安装

perl 资源下载地址:http://www.cpan.org/src/

下载完以后解压安装

       #tar zxvf perl-5.10.1.tar.gz

       #cd perl-5.10.1

       #./Configure -des -Dprefix=/usr/local/perl

       参数-Dprefix指定安装目录为/usr/local/perl

     #make

     #make test

     #make install