Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I get an Error code 500 when I do this, but no issues if I go through a web browser? any insight would really be appreciated!#!/usr/bin/perl -w use strict; use warnings; use LWP::Simple; my $initial_url = 'http://www.sciencedirect.com/science/search'; my $result = get($initial_url);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Having problems getting a single page
by ww (Archbishop) on Feb 04, 2017 at 16:26 UTC | |
by Anonymous Monk on Feb 04, 2017 at 17:15 UTC | |
Re: Having problems getting a single page
by Anonymous Monk on Feb 04, 2017 at 21:26 UTC |