Or, ikegami has a list of number of good modules that do similar things.open( CMD, "$command |" ) or die "Cannot open $command: $!\n"; while ( defined( my $line = <CMD> ) ) { # Do stuff with $line which is the output from $command } close CMD;
In reply to Re^3: How to check a executable's status while running it.
by dragonchild
in thread How to check a executable's status while running it.
by Nesh
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |