in reply to A case where Mechanize works, LWP doesn't

Compare the requests used. The request that produced a response is available via one of the methodsthe request method of the response.

Replies are listed 'Best First'.
Re^2: A case where Mechanize works, LWP doesn't
by dneedles (Sexton) on Feb 09, 2010 at 16:14 UTC
    I don't understand what you are saying. Can you be more specific perhaps refer to the example or provide one of your own?
      How does the output of
      print $resp2->request->as_string;
      differ?