in reply to Re: Perl CGI on Windows 2003?
in thread Perl CGI on Windows 2003?

I think I figured it out. You have to access it via "http://..." instead of "file://..." For some reason this makes it behave differently.

Replies are listed 'Best First'.
Re: Re: Re: Perl CGI on Windows 2003?
by The Mad Hatter (Priest) on Aug 08, 2003 at 21:33 UTC
    That's because the HTTP protocol is handled by the web server, whereas the file:// protocol is just a web browser extension (or something like that...either way, the web server doesn't handle those types of URLs).