http://www.perlmonks.org?node_id=79516


in reply to HTTPS requests with a perl module

Use LWP...just try a search on Super Search for https..that turned up LWP and HTTPS among others..

You need Crypt::SSLeay installed, and then https calls can be made in the same way as http requests are...
HTH