Yes. Both of these work fine:
my $test = get('http://google.com/') or die 'Unable to get page'; # Works
my $test = get('https://google.com/') or die 'Unable to get page'; # Works
On 8/29/2019 9:33 PM, Olivier wrote:
Mike <[email protected]> writes:
Sorry Mike, but I have hard time to get a clear picture of what you are
saying.
Did you manage to use LWP::Simple to load google.com?
Yes. Both of these work:
my $test = get('http://google.com/') or die 'Unable to get page'; # Works
my $test = get('https://google.com/') or die 'Unable to get page'; # Works
This is really the first question, the first step to build the
diagnostic.
So far, I cannot even decide whether the version of LWP::Simple
installed on your machine is properly working or not. So I cannot decide
whether it is a network problem or a software problem.
Best regards,
Olivier
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/