in reply to Re^10: How to browse using WWW::Mechanize::Firefox
in thread How to browse using WWW::Mechanize::Firefox

Dump it
  • Comment on Re^11: How to browse using WWW::Mechanize::Firefox

Replies are listed 'Best First'.
Re^12: How to browse using WWW::Mechanize::Firefox
by Corion (Patriarch) on May 30, 2012 at 07:57 UTC

    HTTP::Response even has documentation, also in HTTP::Message. I like ->as_string better than dumping the object.

    Of course, it's unlikely that the response returned by a ->click call that does not travel to the server will contain anything relevant. But then again, I don't know the deeper intents of the original poster.