安装perl模块 对于新手来说是一个比较麻烦的事情,现在有一个比较好的工具可以解决这个问题,正题如下:
wget
--no-check-certificate -O cpanm
chmod u+x cpanm
设置环境变量:
export PERL_CPANM_OPT="--prompt -v -l /home/mengalong/local --mirror --mirror-only"
安装模块:
./cpanm FreezeThaw
搞定,模块就安装到了 /home/mengalong/local 下
更多查看:./cpanm --help
enjoy it
阅读(1471) | 评论(0) | 转发(0) |