in reply to
LWP and HTTPS
LWP::UserAgent (which I believe LWP::Simple is built on top of) can handle the HTTPS protocol if you have Net::SSL or IO::Socket::SSL. You'll probably need to install
Crypt::SSLeay
or
IO::Socket::SSL
.
Comment on
Re: LWP and HTTPS
In Section
Seekers of Perl Wisdom