in reply to Re: Re: Re: Redirecting OUTPUT of system($command) to an array
in thread Redirecting OUTPUT of system($command) to an array
And.... It work Gloriously!!!!my $pid = open my $sys, "-|", $command or die $!;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5:Redirecting OUTPUT of system($command) to an array
by Nkuvu (Priest) on May 13, 2004 at 19:29 UTC |