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);
In reply to Having problems getting a single page by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |