I would like to catch EVERYTHING that a program barfs out for output. Whenever I try either of the following:
open OPUT, "command|"; @read = <OPUT>; close OPUT;
@read = `command`;
It works fine until there's a message that "appears" to be sent to STDERR instead of STDOUT. How do I not let anything go by? Whenever something escapes, the shell suspends my program b/c I stuck it in the background :(
In reply to being oppresive to output by markcsmith
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |