$rowcount = 0; while (@row = $sth5->fetchrow_array()) { $round = $row[0]; $teamname = $row[1]; $Score = $row[2]; push @ list_of_teamdata, qw("$round $teamname $score"); $rowcount++; }