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 wrong with system(), and doing a split on $/, or the like?

> (my @out = `command`;)
> I am sure the answer is somewhere out there, but I couldn't find it.
> thx.
> 
> 
> BYe!
> EXP

-- 
Brian 'you Bastard' Reichert            <[EMAIL PROTECTED]>
37 Crystal Ave. #303                    Daytime number: (603) 434-6842
Derry NH 03038-1713 USA                 Intel architecture: the left-hand path

Reply via email to