Your script? What about the simple snippet you posted? That too? What's this give you?
!#/usr/bin/perl use strict; use warnings; use Data::Dumper; use LWP::UserAgent; my $ua = LWP::UserAgent->new; my $response = $ua->get('http://search.cpan.org/'); print Dumper( $response );
In reply to Re^3: LWP::UserAgent not finishing get requests?
by derby
in thread LWP::UserAgent not finishing get requests?
by ttlgreen
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |