I need to drive a webpage using Win32::IE::Mechanize (Javascript issues, don't ask) and in this process I want to generate a POST request from sratch (means without having to ->get() html with some forms first).
The module sadly has no ->post() method (like LWP::UserAgent) but surely some monk has a workaround??