in reply to Re: LWP::Simple on HTTPS sites
in thread LWP::Simple on HTTPS sites

Thanks for pointing that out. It's an error, fixing it doesn't fix my problem, though

Replies are listed 'Best First'.
Re^3: LWP::Simple on HTTPS sites
by rbhyland (Acolyte) on Feb 09, 2017 at 22:12 UTC

    Here is my current output:

    c:/Comics/xkcd Directory Exists is not defined status = Content = Permanent link not found sitePrefix - https://xkcd.com/ $d - [] Download Complete

      What do you get running this ?

      #!perl use strict; use LWP::UserAgent; my $ua = LWP::UserAgent->new; my $res = $ua->get('https://xkcd.com/'); print join "\n",$],$LWP::UserAgent::VERSION, $ua->_agent,$res->status_line;
      poj
        5.016003 6.04 libwww-perl/6.04 501 Can't load 'C:/xampp/perl/vendor/lib/auto/Net/SSLeay/SSLeay.dll' for module Net::SSLeay: load_file:The specified module could not be found (LWP::Protocol::https not installed)