You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Octavian Rasnita <or...@home.ro> on 2002/04/25 12:36:51 UTC

The shebang line in Windows

I've installed Apache 2.0 and I see that now the following shebang line
doesn't work in Windows:

#!/perl/bin/perl

This use to work with Apache 1.33.
Now I see that I need to use
#!C:/perl/bin/perl.exe

It doesn't work even if I miss that .exe extension.

Do you know if I can do something to make it work like in Apache 1.33?

Thanks.
Teddy,
orasnita@home.ro



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org