in reply to LWP 500 read timeout
My guess, You forgot to load HTTP::Request module.
Which is not required for your script and I have absolutely no idea why you're using it while the only thing you need is already included in LWP::UserAgent module
a simple $ua->get would the job just fine, you don't need to build a request yourself.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: LWP 500 read timeout
by Anonymous Monk on Jun 16, 2010 at 05:07 UTC | |
by bharat88 (Initiate) on Jun 16, 2010 at 05:30 UTC | |
|
Re^2: LWP 500 read timeout
by Anonymous Monk on Jun 16, 2010 at 04:07 UTC |