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

Can't open perl script -spi.bak

2002-03-22 Thread Pete Kelly
:\mod_perl-1.26perl Makefile.PL Can't open perl script -spi.bak : No such file or directory C:\Perl\bin\perl.exe -spi.bak -e s/sub mod_perl::hooks.*/sub mod_perl::hook s { qw() }/ lib/mod_perl_hooks.pm failed Any suggestions? Thanks, Pete

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

2002-03-22 Thread Randy Kobes
the files I get the get the following error: C:\mod_perl-1.26perl Makefile.PL Can't open perl script -spi.bak : No such file or directory C:\Perl\bin\perl.exe -spi.bak -e s/sub mod_perl::hooks.*/sub mod_perl::hook s { qw() }/ lib/mod_perl_hooks.pm failed Any suggestions? After

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

2002-03-22 Thread Stas Bekman
unzipping the files I get the get the following error: C:\mod_perl-1.26perl Makefile.PL Can't open perl script -spi.bak : No such file or directory C:\Perl\bin\perl.exe -spi.bak -e s/sub mod_perl::hooks.*/sub mod_perl::hook s { qw() }/ lib/mod_perl_hooks.pm failed Any suggestions? That's

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

2002-03-22 Thread Robert Landrum
http://perl.apache.org/dist After unzipping the files I get the get the following error: C:\mod_perl-1.26perl Makefile.PL Can't open perl script -spi.bak : No such file or directory C:\Perl\bin\perl.exe -spi.bak -e s/sub mod_perl::hooks.*/sub mod_perl::hook s { qw() }/ lib

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