I've found a variety of information regarding autoflushing in Perl, but can't find any mention of a line formatted exactly like this:
STDOUT->autoflush(1);
This is included in a program I'm analyzing, and I want to understand better what it does. There is also this at the beginning of the program:
use IO::Handle;
...which I think might be related, but it also doesn't mention this method in its documentation.