in reply to Re: Serious newbie needs some help with a cgi script on a windows platform
in thread Serious newbie needs some help with a cgi script on a windows platform

While Robertn' observation is true (within limits) for running perl scripts from the Windows command line (but note that it's perfectly possible to run
C:/perl foo.cgi
too), in the OP's situation, the Apache configuation determines the required file_type_extension for the script... which may be .cgi, .pl or either.
  • Comment on Re^2: Serious newbie needs some help with a cgi script on a windows platform