in reply to shebang line for Perl scripts under Apache/Windows

Hi,
  What you are looking for is possible by updating your registry to have an ExecCGI key: Apache 2 ScriptInterpreterSource documentation
That way you can still have your text editor association when you double click in Windows explorer and alike, but have apache read from the registry and ignore the shebang line.
  • Comment on Re: shebang line for Perl scripts under Apache/Windows

Replies are listed 'Best First'.
Re^2: shebang line for Perl scripts under Apache/Windows
by Anonymous Monk on Jan 25, 2016 at 23:16 UTC
    On windows install Perl in c:/usr/bin/ or whatever path your remote machine has