in reply to How to make multiple filehandles hot(deactivating buffering) ?
use IO::Handle; # open files, then do $_ -> autoflush (1) for FILE1, FILE2, FILE3; [download]