my @list_of_teamdata; while (my @row = $sth5->fetchrow_array()) { push @list_of_teamdata, \@row; }