Re: IPC::Open3 and MP

2010-01-20 Thread Torsten Förtsch
On Tuesday 19 January 2010 23:11:37 Randy J. Ray wrote: > I have some code that uses IPC::Open3, and I've discovered (the hard way) > that it doesn't work under MP2 and Apache 2.2.6. What is the "best > practices" way of doing this under MP2? > I don't see the problem. This code works here (curl o

Re: IPC::Open3 and MP

2010-01-20 Thread Clinton Gormley
On Tue, 2010-01-19 at 14:11 -0800, Randy J. Ray wrote: > I have some code that uses IPC::Open3, and I've discovered (the hard > way) that it doesn't work under MP2 and Apache 2.2.6. What is the > "best practices" way of doing this under MP2? I use IPC::Run, which works in mod_perl and non-mod_perl