in reply to
Running a script from a script and capturing its output
my $output = qx{ another_script.pl };
Comment on
Re: Running a script from a script and capturing its output
Download
Code
In Section
Seekers of Perl Wisdom