Don't really understand that code
I use the more readable
use IO::Handle qw( ); # For autoflush OUTPUT_HANDLE->autoflush(1);
If you want to flush without turning on autoflush,
use IO::Handle qw( ); # For flush OUTPUT_HANDLE->flush();
(You only need to load IO::Handle once in your program, not everytime autoflush or flush are called.)
In reply to Re: Flushing the print buffers.
by ikegami
in thread Flushing the print buffers.
by kansaschuck
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |