in reply to Re: How does apache under NT find the perl interpreter?
in thread How does apache under NT find the perl interpreter?

Umm, not exactly.

Apache 1.3.4 and earlier did use the shebang, but 1.3.6 and higher do the usual Win32 thing of executing by file extension.

Perl itself does check the shebang for switches, but that's perl rather than apache. Ugly

  • Comment on RE: Answer: How does apache under NT find the perl interpreter?