
perl
强哥之神
格物致知
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
perl 安装模块
有时候,我们在执行 perl 脚本的时候,经常会出现某个模块没有安装的情况,比如会出现类似的错误:Can't locate HTTP/Request/Common.pm in @INC (you may need to install the HTTP::Request::Common module) (@INC contains: /etc/perl /usr/local/lib/perl/5.1原创 2016-08-20 20:43:21 · 3276 阅读 · 0 评论 -
LWP::Protocol::https not installed
在进行 perl 验证时,出现如下问题:501 Protocol scheme ‘https’ is not supported (LWP::Protocol::https not installed) at则安装如下包包即可:sudo apt-get install libcrypt-ssleay-perl libssl-dev liblwp-protocol-https-perl原创 2016-08-20 21:09:35 · 2200 阅读 · 0 评论