Perl’s LWP package is a great way to get web pages and display the content of the resulting http header. Out of the box it does not support https, the following describes how to configure perl to access https pages. Configure CPAN The first thing to do is to setup perl to manage modules using […]