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

On printing click command,I get HTTP::Response=HASH(0x1448b64)
  • Comment on Re^10: How to browse using WWW::Mechanize::Firefox

Replies are listed 'Best First'.
Re^11: How to browse using WWW::Mechanize::Firefox
by Anonymous Monk on May 30, 2012 at 07:52 UTC
    Dump it

      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.