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

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.