Hi,

>linux.  The suggestion of putting #!perl on NT for Apache seems to
>require perl to be in the path (though I haven't tested).  Nor did

The following topic is limited to Windows NT, path, and Apache

Yes, that *does require that perl be in the path statement (windows)

On my windows, perl is located

c:\perl\bin\perl.exe

And I have perl in my path

In addition to the #!perl that works for me

#!/perl/bin/perl

also will work for me.  So, though you do not have perl in your path then 
you might try in like fashion to the second shebang up there but to do so 
with regard to wherever perl is located on your windows.  (I think the 
shebang is needed for Apache, not needed for windows) (I haven't tested 
without having perl in the path so I don't know if it will work).

HTH. Alan.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to