in reply to WWW::Mechanize and POST

As WWW::Mechanize is a subclass of LWP::UserAgent, it is completely possible to send a POST request via the request method that LWP::UserAgent exposes. See the LWP::UserAgent documentation, and likely HTTP::Request.