Re: Can't open perl script -spi.bak

2002-03-24 Thread Issac Goldstand
Garth Winter Webb wrote: On Fri, 2002-03-22 at 12:57, Robert Landrum wrote: That's is very weird, because this code doesn't seem to work: perl -e 'system(perl, -e1) == 0 or die oops' Actually, that's not all that weird. Most shells take care of stripping out garbage before setting the

Re: Can't open perl script -spi.bak

2002-03-22 Thread Randy Kobes
On Fri, 22 Mar 2002, Pete Kelly wrote: I am attempting to build mod_perl on NT. I successfully built Apache. I have ActiveState 5.6 (Perl v5.6.1) installed. I also have MS Visual Studio 6.0 installed. I downloaded mod_perl-1.26.tar.gz from http://perl.apache.org/dist After unzipping

Re: Can't open perl script -spi.bak

2002-03-22 Thread Stas Bekman
On Fri, 22 Mar 2002, Pete Kelly wrote: I am attempting to build mod_perl on NT. I successfully built Apache. I have ActiveState 5.6 (Perl v5.6.1) installed. I also have MS Visual Studio 6.0 installed. I downloaded mod_perl-1.26.tar.gz from http://perl.apache.org/dist After

Re: Can't open perl script -spi.bak

2002-03-22 Thread Robert Landrum
At 3:00 AM +0800 3/23/02, Stas Bekman wrote: On Fri, 22 Mar 2002, Pete Kelly wrote: I am attempting to build mod_perl on NT. I successfully built Apache. I have ActiveState 5.6 (Perl v5.6.1) installed. I also have MS Visual Studio 6.0 installed. I downloaded mod_perl-1.26.tar.gz from

Re: Can't open perl script -spi.bak

2002-03-22 Thread Garth Winter Webb
On Fri, 2002-03-22 at 12:57, Robert Landrum wrote: That's is very weird, because this code doesn't seem to work: perl -e 'system(perl, -e1) == 0 or die oops' Actually, that's not all that weird. Most shells take care of stripping out garbage before setting the argument list. Since

Re: Can't open perl script -spi.bak

2002-03-22 Thread Randy Kobes
On 22 Mar 2002, Garth Winter Webb wrote: On Fri, 2002-03-22 at 12:57, Robert Landrum wrote: That's is very weird, because this code doesn't seem to work: perl -e 'system(perl, -e1) == 0 or die oops' Actually, that's not all that weird. Most shells take care of stripping out

Re: Can't open perl script -spi.bak

2002-03-22 Thread Ryan Parr
Subject: Re: Can't open perl script -spi.bak On 22 Mar 2002, Garth Winter Webb wrote: On Fri, 2002-03-22 at 12:57, Robert Landrum wrote: That's is very weird, because this code doesn't seem to work: perl -e 'system(perl, -e1) == 0 or die oops' Actually, that's not all

[OT] Re: Can't open perl script -spi.bak

2002-03-22 Thread Ryan Parr
Webb [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, March 22, 2002 9:55 PM Subject: Re: Can't open perl script -spi.bak On FreeBSD using Perl 5.6.1: perl -e 'system(ls,-d,/);'-- This works, showing just / perl -e 'system(ls, -d,/);' -- This fails, showing ls: -d: No such file