标签:perl
#主要记录工作中经常使用的perl管理命令
安装第三方模块:
yum install cpan
cpan $module_name
查看已安装的模块:
第一种方法>>
perldoc -t perllocal|grep "Module"
第二种方法>>
cpan ExtUtils::Installed instmodsh #输入l 可查看到当前已经安装的所有模块
#cpan网址:https://metacpan.org/
本文出自 “Linux运维” 博客,请务必保留此出处http://xujianfeng.blog.51cto.com/3166765/1641610
标签:perl
原文地址:http://xujianfeng.blog.51cto.com/3166765/1641610