In older versions you should use:use IO::Handle; # ... WRITE->autoflush(1);
$oldfh = select(WRITE); $| = 1; select($oldfh);
Update: bluto's right, IPC::Open2 does this for you. I usually just use pipe, which doesn't.
In reply to Re^2: Pipe problems
by sgifford
in thread Pipe problems
by tran_sonic
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |