Help for this page
foreach (@output) { print "Round $i\n " ; ... $i++ ; sleep(1) ; }
foreach (@output) { print "$_\n" ; }