in reply to Re^2: Getting a query string.
in thread Getting a query string.

I don't know ISAPI or IIS, so I cannot judge if this is relevant, but this guy http://blogs.msdn.com/david.wang/archive/2005/09/12/Question-about-GetServerVariable-QUERY-STRING.aspx gives some reasons why the server variables might not be filled out.

Replies are listed 'Best First'.
Re^4: Getting a query string.
by Eagle_f91 (Acolyte) on Oct 27, 2009 at 20:52 UTC
    Thanks for the link but that does not help, most of what they talk about looks to be .net tech which I don't know. For fun I ran the same code i have listed here against the perl .exe module and it works fine. So there has to be something with perl for ISAPI and the $ENV varibles.