随笔分类 -  perl

摘要:在进行 perl 验证时,出现如下问题:501 Protocol scheme ‘https’ is not supported (LWP::Protocol::https not installed) at则安装如下包包即可:sudo apt-get install libcryp... 阅读全文
posted @ 2016-08-20 21:09 chenqiangzhishen 阅读(418) 评论(0) 推荐(0)
摘要:有时候,我们在执行 perl 脚本的时候,经常会出现某个模块没有安装的情况,比如会出现类似的错误:Can't locate HTTP/Request/Common.pm in @INC (you may need to install the HTTP::Request::Commo... 阅读全文
posted @ 2016-08-20 20:43 chenqiangzhishen 阅读(1351) 评论(0) 推荐(0)