backticks in mod_perl

2001-10-05 Thread EXP
Hi Simple question, it seems that the backticks won't work as expected in mod_perl scripts. Is there some module like Apache::SubProcess to read the output of a command into an array? (my @out = `command`;) I am sure the answer is somewhere out there, but I couldn't find it. thx. BYe! EXP

Re: backticks in mod_perl

2001-10-05 Thread Brian Reichert
On Fri, Oct 05, 2001 at 10:51:49PM +0200, EXP wrote: Hi Simple question, it seems that the backticks won't work as expected in mod_perl scripts. 'As expected'? What does that mean? Is there some module like Apache::SubProcess to read the output of a command into an array? What's