in reply to LWP::UserAgent failed to function on Win7

From version 6 of LWP (you have 6.02), HTTPS support was split out into a separate distribution. Make sure LWP::Protocol::https is installed on your Windows machine.

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'
  • Comment on Re: LWP::UserAgent failed to function on Win7

Replies are listed 'Best First'.
Re^2: LWP::UserAgent failed to function on Win7
by Ziliang (Initiate) on Jun 06, 2012 at 14:10 UTC
    Thanks! I verified that LWP::Protocol::http 6.02 has been installed on my Win7.
Re^2: LWP::UserAgent failed to function on Win7
by Ziliang (Initiate) on Jun 06, 2012 at 14:10 UTC

    Thanks! I verified that LWP::Protocol::http 6.02 has been installed on my Win7.