in reply to
GET request
I believe LWP::UserAgent can do https requests if you have Net::SSL installed. Net::SSL is part of the Crypt::SSLeay package, which requires either OpenSSL or SSLeay.
Here's the Crypt::SSLeay
README
.
Comment on
Re: GET request
In Section
Seekers of Perl Wisdom