Re: Win32 Apache and Perl

2001-09-02 Thread Brett W. McCoy
On Sun, 2 Sep 2001, Gunther Birznieks wrote: > >I stand corrected then! Does Apache interpret the shebang line before > >running the script? I've had problems with Apache *requiring* the correct > >drive and pathname for other things in its configuration under Win32. > > I believe it does. But

Re: Win32 Apache and Perl

2001-09-02 Thread Shannon Murdoch
doch > <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Subject: Re: Win32 Apache and Perl > > At 03:59 PM 9/1/2001 -0400, Brett W. McCoy wrote: >> On Fri, 31 Aug 2001, Shannon Murdoch wrote: >> >>> Is there any way (I'm sure there is) to make

Re: Win32 Apache and Perl

2001-09-02 Thread Shannon Murdoch
doch > <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Subject: Re: Win32 Apache and Perl > > At 03:59 PM 9/1/2001 -0400, Brett W. McCoy wrote: >> On Fri, 31 Aug 2001, Shannon Murdoch wrote: >> >>> Is there any way (I'm sure there is) to make

Win32 Apache and Perl and IIS

2001-09-01 Thread Ryan Davis
ot;Brett W. McCoy" <[EMAIL PROTECTED]> Cc: "Shannon Murdoch" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, September 01, 2001 11:05 PM Subject: Re: Win32 Apache and Perl > At 11:16 PM 9/1/2001 -0400, Brett W. McCoy wrote: > >On Sun, 2 Sep 2001, Gunth

Re: Win32 Apache and Perl

2001-09-01 Thread Gunther Birznieks
At 11:16 PM 9/1/2001 -0400, Brett W. McCoy wrote: >On Sun, 2 Sep 2001, Gunther Birznieks wrote: > > > I can't say if this still works but if Apache is doing the interpretation I > > don't see why not. Note that this is an Apache feature -- this won't help > > you with brain dead web servers like I

Re: Win32 Apache and Perl

2001-09-01 Thread Shannon Murdoch
Yes, Apache interprets the shebang line before running the script- the script needs to point to the OS-dependant path to Perl before it will run. -Shannon > I stand corrected then! Does Apache interpret the shebang line before > running the script? I've had problems with Apache *requiring* th

Re: Win32 Apache and Perl

2001-09-01 Thread Brett W. McCoy
On Sun, 2 Sep 2001, Gunther Birznieks wrote: > I can't say if this still works but if Apache is doing the interpretation I > don't see why not. Note that this is an Apache feature -- this won't help > you with brain dead web servers like IIS that make it really hard to set up > CGI/Perl. But sinc

Re: Win32 Apache and Perl

2001-09-01 Thread Shannon Murdoch
doch > <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Subject: Re: Win32 Apache and Perl > > At 03:59 PM 9/1/2001 -0400, Brett W. McCoy wrote: >> On Fri, 31 Aug 2001, Shannon Murdoch wrote: >> >>> Is there any way (I'm sure there is) to make

Re: Win32 Apache and Perl

2001-09-01 Thread Gunther Birznieks
At 03:59 PM 9/1/2001 -0400, Brett W. McCoy wrote: >On Fri, 31 Aug 2001, Shannon Murdoch wrote: > > > Is there any way (I'm sure there is) to make my perl scripts run with the > > standard unix shebang instead? > >Yes, use Unix. :-) So helpful for the Operating System "challenged". :) >If you are

Re: Win32 Apache and Perl

2001-09-01 Thread Brett W. McCoy
On Fri, 31 Aug 2001, Shannon Murdoch wrote: > Is there any way (I'm sure there is) to make my perl scripts run with the > standard unix shebang instead? Yes, use Unix. :-) If you are usig ActiveState, you have to use the Windows way of using pathnames. If you are using CygWin (which is a POSIX

Win32 Apache and Perl

2001-09-01 Thread Shannon Murdoch
Hi all, I'm trying to set up a localhost Apache server to test my scripts on before launching on to the web, but am seeming always to need to put the win32 shebang (#!C:\perl\bin\perl.exe) at the start of scripts instead of the usual unix one (#!/usr/bin/perl) to make them work. Is there any way

Win32 Apache and Perl

2001-09-01 Thread Shannon Murdoch
Hi all, I'm trying to set up a localhost Apache server to test my scripts on before launching on to the web, but am seeming always to need to put the win32 shebang (#!C:\perl\bin\perl.exe) at the start of scripts instead of the usual unix one (#!/usr/bin/perl) to make them work. Is there any way