I need to run a program from with in a Perl script, which
will display information on the screen and capture that
data into a variable. I can run a program with in a Perl
script and see the data on the screen, and I can run a
program with in a Perl script and capture the data into
a variable, but I can not do both.
For example doing a more on a file. I need to watch the
more happen and capture that data in variable and storing
it away.
Any ideas on how do to this?