Re: IPC::Open2, mod_perl and cvsweb

2002-11-26 Thread Stas Bekman
Ilya Martynov wrote: On Mon, 25 Nov 2002 23:01:44 -0500, Geoffrey Young <[EMAIL PROTECTED]> said: Look in archives. I think many people had problems with IPC::Open2 under mod_perl. So far the best solution I know is just replacing it with IPC::Run. Seconded. Go with IPC::Run and you won't r

Re: IPC::Open2, mod_perl and cvsweb

2002-11-26 Thread Ilya Martynov
> On Mon, 25 Nov 2002 23:01:44 -0500, Geoffrey Young <[EMAIL PROTECTED]> >said: >>> >>> Look in archives. I think many people had problems with IPC::Open2 >>> under mod_perl. So far the best solution I know is just replacing it >>> with IPC::Run. >> Seconded. Go with IPC::Run and you won't r

Re: IPC::Open2, mod_perl and cvsweb

2002-11-25 Thread Geoffrey Young
Look in archives. I think many people had problems with IPC::Open2 under mod_perl. So far the best solution I know is just replacing it with IPC::Run. Seconded. Go with IPC::Run and you won't regret, since it works under mod_perl and gives you much more than the IPC::Open* family. IPC::Run+

Re: IPC::Open2, mod_perl and cvsweb

2002-11-25 Thread Keith Watanabe
> Seconded. Go with IPC::Run and you won't regret, since it works under > mod_perl and gives you much more than the IPC::Open* family. got it to work. thanks guys!

Re: IPC::Open2, mod_perl and cvsweb

2002-11-25 Thread Stas Bekman
Ilya Martynov wrote: On Mon, 25 Nov 2002 18:27:54 +0900, Keith Watanabe <[EMAIL PROTECTED]> said: KW> Hi! KW> I was wondering if there are any known issues regarding IPC::Open2 KW> with mod_perl. Look in archives. I think many people had problems with IPC::Open2 under mod_perl. So far the be

Re: IPC::Open2, mod_perl and cvsweb

2002-11-25 Thread Ilya Martynov
> On Mon, 25 Nov 2002 18:27:54 +0900, Keith Watanabe <[EMAIL PROTECTED]> >said: KW> Hi! KW> I was wondering if there are any known issues regarding IPC::Open2 KW> with mod_perl. Look in archives. I think many people had problems with IPC::Open2 under mod_perl. So far the best solution I kno

IPC::Open2, mod_perl and cvsweb

2002-11-25 Thread Keith Watanabe
Hi! I was wondering if there are any known issues regarding IPC::Open2 with mod_perl. I recently put cvsweb.cgi under mod_perl for our cvs server and found problems where with the cvsweb.cgi attempting to close the logfile. The statement looks like this: close($reader) or warn "cannot close: