in reply to
HTTPS requests
You can use LWP for this, though you'll need a separate crypto module installed. I think you can use either
Crypt::SSLeay
or
IO::Socket::SSL
. See the README.SSL file in the libwww-perl distribution for further information.
-Blake
Comment on
Re: HTTPS requests
In Section
Seekers of Perl Wisdom