in reply to Perl on Windows

Can someone help me out on setting it up correctly, to read Query Strings in Windows? Please :)

Post your code. I've done this under IIS on Win2K, so I know it works.

Replies are listed 'Best First'.
Re: Re: Perl on Windows
by Gerard (Pilgrim) on Aug 30, 2002 at 04:15 UTC
    While on the topic (sort of) I was wondering if there is an environment variable that would tell me which program called my script, if I was not running it in a web server context. I will be calling it from a one of several Java programs and want to know which one called it. Regards, Gerard
      you might want to check out the HTTP_REFERER variable...might be what you're looking for. hth