Re: IPC::Open2 under mod_perl in Mac OS X

2002-06-30 Thread Stas Bekman
John Siracusa wrote: > On 6/30/02 2:06 AM, Stas Bekman wrote: > >>John Siracusa wrote: >> >>>(I'm not sure if this is a mod_perl thing of a Mac OS X bug, so I'm posting >>>it to both lists. Redirect follow-ups as appropriate.) >>> >>>open2() doesn't seem to work for me when running under mod_per

Re: IPC::Open2 under mod_perl in Mac OS X

2002-06-30 Thread John Siracusa
On 6/30/02 2:06 AM, Stas Bekman wrote: > John Siracusa wrote: >> (I'm not sure if this is a mod_perl thing of a Mac OS X bug, so I'm posting >> it to both lists. Redirect follow-ups as appropriate.) >> >> open2() doesn't seem to work for me when running under mod_perl in Mac OS X. > > It's not

Re: IPC::Open2 under mod_perl in Mac OS X

2002-06-29 Thread Stas Bekman
John Siracusa wrote: > (I'm not sure if this is a mod_perl thing of a Mac OS X bug, so I'm posting > it to both lists. Redirect follow-ups as appropriate.) > > open2() doesn't seem to work for me when running under mod_perl in Mac OS X. It's not a bug in MacOSX, it simply doesn't work with mod_

IPC::Open2 under mod_perl in Mac OS X

2002-06-29 Thread John Siracusa
(I'm not sure if this is a mod_perl thing of a Mac OS X bug, so I'm posting it to both lists. Redirect follow-ups as appropriate.) open2() doesn't seem to work for me when running under mod_perl in Mac OS X. Here's the test case: In /usr/local/bin/upcase #!/usr/bin/perl $buf .= $_ whil