how to handle multiline feedback from backticksoperator?

From: Bastian Angerstein (ang_at_nmc-m.dtag.de)
Date: 02/23/05


To: <beginners@perl.org>
Date: Wed, 23 Feb 2005 08:59:49 +0100


Hello there,

I have a cmd-PRogramm which produce multiline output.

/usr/testdrive.

I call this proggi from perl:

`/usr/testdrive -e -k | grep "/home"`;

This programm produce multiline Output,
how do I get this into a variable or array ?