in reply to Perl CGI on Windows 2003?

Suspect strongly the server is misconfigured.


Peter @ Berghold . Net

Sieze the cow! Bite the day!

Nobody expects the Perl inquisition!

Test the code? We don't need to test no stinkin' code!
All code posted here is as is where is unless otherwise stated.

Brewer of Belgian style Ales

Replies are listed 'Best First'.
Re: Re: Perl CGI on Windows 2003?
by Anonymous Monk on Aug 08, 2003 at 20:20 UTC
    I think I figured it out. You have to access it via "http://..." instead of "file://..." For some reason this makes it behave differently.
      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).