in reply to Request POST with LWP
Your post is very difficult to read - take a look at Writeup Formatting Tips. Formatting added - thankyou
You've set your timeout to 3 seconds - the documentation for LWP::UserAgent shows the default as 3 minutes (180 seconds).
Try commenting out $ua->timeout("3"); (or setting it to a much higher value) and see if that helps.
-- Ken
|
|---|