http://www.perlmonks.org?node_id=879083


in reply to Re: IIS 6 x64 CGI variable problem
in thread IIS 6 x64 CGI variable problem

I am using the post method. That's why this is baffling.
<form method="post" action="http://mysite.com/pgm.pl" enctype="multipa +rt/form-data" name="labcal" id="labcal">

And it works fine on x32 Apache and IIS6 servers, just the IIS6 x64 server shows this symptom. It can't be a browser error as both IE7 and FF3.6 exhibit this.

I am using some javascript too, but I don't think it's the cause. This IIS6 x64 server consistently appends the prior submit vars on the second submit button action.