in reply to How to make multiple filehandles hot(deactivating buffering) ?

use IO::Handle; # open files, then do $_ -> autoflush (1) for FILE1, FILE2, FILE3;
  • Comment on Re: How to make multiple filehandles hot(deactivating buffering) ?
  • Download Code