in reply to Re^2: POST to an aspx destination
in thread POST to an aspx destination
I recommend you learn about how CGI works and how it passes the parameters.
That said, you can try to use WWW::Mechanize to simulate a browser, or for example WWW::Mechanize::Firefox if Javascript is needed. In both cases, you will still have to understand what goes over the wire and replicate that.
|
|---|