首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

LWP:UserAgent Protocol scheme 'http' is not supported

2012-09-16 
LWP::UserAgentProtocol scheme http is not supported当我运行下面的脚本的时候,报错“Protocol scheme

LWP::UserAgent Protocol scheme 'http' is not supported
当我运行下面的脚本的时候,报错“Protocol scheme 'http' is not supported,_rc==>501”.



经过测试发现原来缺少安装Net::HTTP module.因为LWP::UserAgent 需要Net::HTTP.

热点排行