while (@row = $sth5->fetchrow_array) { push @list_of_teamdata, [ @row ]; } #### print $list_of_teamdata[0][1]; # prints $teamname print $list_of_teamdata[4][2]; # prints $score