in reply to Re: Disabling Buffering
in thread Disabling Buffering
What I want is a clean way of making both STDERR and STDOUT hot for the entire perl script. I just want to add code at the top of the script so that when I do my check to see if I want buffering I can add code to make the filehandles hot.
This is what I want ideally if possible:
if(want to buffer) { ..... something to make STDERR and STDOUT hot for entire script .... }
TIA.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Disabling Buffering
by Fletch (Bishop) on Nov 29, 2004 at 21:18 UTC | |
by bmc_mark (Novice) on Nov 29, 2004 at 21:33 UTC |