$count = $#list1 #### while (my @row = $sth5->fetchrow_array()) { push @list_of_teamdata, [ @row[0..2] ]; }