in reply to Disabling Buffering
use IO::Handle; STDOUT->autoflush(1); STDERR->autoflush(1); [download]