in reply to Re: STDOUT, STDERR sniffer
in thread STDOUT, STDERR sniffer
But maybe perl is not the solution. The problem is: the script must run several applications (compilation) that write directly to STDOUT, STDERR; those outputs need to be captured and analyzed in order to implement a kind of autoreporting.
What about "script" unix command ? That's exactly what I need, Perl must be able to do something like this.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: STDOUT, STDERR sniffer
by sgifford (Prior) on Jul 21, 2004 at 02:22 UTC |