LWP::UserAgent Protocol scheme 'http' is not supported
当我运行下面的脚本的时候,报错“Protocol scheme 'http' is not supported,_rc==>501”.
经过测试发现原来缺少安装Net::HTTP module.因为LWP::UserAgent 需要Net::HTTP.
发布时间: 2012-09-16 17:33:16 作者: rapoo
LWP::UserAgent Protocol scheme 'http' is not supported
当我运行下面的脚本的时候,报错“Protocol scheme 'http' is not supported,_rc==>501”.
经过测试发现原来缺少安装Net::HTTP module.因为LWP::UserAgent 需要Net::HTTP.