foreach (@output) { print "Round $i\n " ; print "$_\n" ; $i++ ; sleep(1) ; } #### foreach (@output) { print "$_\n" ; }