http://qs1969.pair.com?node_id=418023

rgatliff has asked for the wisdom of the Perl Monks concerning the following question:

Probably a beginners question, but here goes: (Any help would be appreciated) I am using WWW::Mechanize to parse a rather complex HTTP 1.1 site. I have attempted to use LWP to no avail mostly due to the HTTP 1.1 meta refresh tags. After logging into the site and getting the opening pages, the additional POSTS are performed using JavaScript. I have captured the requests (proxy.pl) and know what I have to submit, but am unaware how to do a manual post with WWW::Mechanize. As the site maintains it's session with the original Mechanize object, how do I use this object to manually POST? I realize it inherits the LWP object, but am unaware the syntax to perform a POST command as opposed to a get or form. Thanks in advance.