in reply to
collect output of system()
I haven't used system() a lot, but I know you can easily collect the output like
my @output = `ls /tmp` ;
[download]
for example!
Cheers
Luca
Comment on
Re: collect output of system()
Download
Code
In Section
Seekers of Perl Wisdom