in reply to Select this! ;-)
in thread Long Process Waits Until End to Display Results
Does not make any difference.unless (open F, "-|") { open STDERR, ">&=1"; select(STDIN); $| = 1; select(STDERR); # also tried select(F) here $| = 1; exec "$command"; } while (<F>) { $buffer .= $_; $cache->set($session, [0, $buffer]); }
CT
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Select this! ;-)
by Luca Benini (Scribe) on Dec 08, 2004 at 16:17 UTC |