Comment Re:Filehandles (Score 1) 224
you can do exactly that! Well, almost exactly....
use the object oriented file module.
use IO::File; (or is it IO::Handle??)
HANDLE->autoflush;
use the object oriented file module.
use IO::File; (or is it IO::Handle??)
HANDLE->autoflush;