in reply to
Working with WWW::Mechanize
There is another module that might make your life easier,
HTTP::Recorder
has few dependencies and allows you to record a session as you browse into a site normally. The output for repeating the session is in the form of a WWW::Mechanise script.
Comment on
Re: Working with WWW::Mechanize
In Section
Seekers of Perl Wisdom