in reply to Re^2: Dealing with incorrect shebang line entries on Windows with Apache
in thread Dealing with incorrect shebang line entries on Windows with Apache

You're using WinNT... Are you using ActiveState's Perl? It ignores the path in the #! line.

Update: On second thought, the web server on your dev station might pay attention to it. Is there anyway you could tell your web server to use a specific Perl instead of looking at the #! line?

  • Comment on Re^3: Dealing with incorrect shebang line entries on Windows with Apache

Replies are listed 'Best First'.
Re^4: Dealing with incorrect shebang line entries on Windows with Apache
by tohann (Sexton) on May 04, 2005 at 16:18 UTC
    I am using ActiveState's Perl. I tried leaving it with the server's path to Perl and it wasn't to happy with me. As soon as I changed it the script started working. So I'm guessing the local web server (Apache) does look at it.

    I'm not an Apache expert by any means, but I haven't seen a config for that yet. That's definitely something worth looking into.