perl安装
1. wget -O – http://install.perlbrew.pl | bash
2. 在~/.bash_profile中增加如下内容:
source ~/perl5/perlbrew/etc/bashrc
以下在新窗口执行
3. perlbrew list(查看已安装的版本,带*号表示已启用版本)
4. perlbrew available
5. perlbrew install perl-5.14.4
tail -f ~/perl5/perlbrew/build.perl-5.14.4.l……