if ($response->is_success) { print $response->content; # or whatever } else { die $response->status_line; }
UPDATE: Wow. I'm reading through LWP::Parallel::UserAgent and I'm thinking that if you're not registering callbacks and things then you're probably looking for LWP::UserAgent or WWW::Mechanize instead.
-Paul
In reply to Re: LWP can't get page
by jettero
in thread LWP can't get page
by ygcho_jason
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |