http://www.perlmonks.org?node_id=672847


in reply to How can I view mechanize's current cookies?

WWW::Mechanize subclasses LWP::UserAgent. LWP::UserAgent has a cookie_jar method, which returns a HTTP::Cookies object.