( bigwig | 2011. 08. 24., sze – 12:10 )

...vagy


use IO::Handle;
STDOUT->autoflush(1);

...vagy


use English;
$OUTPUT_AUTOFLUSH = 1;

there's more than one way to do it ;-)