while( my @row1 = $query1->fetchrow_array()) { push(@matrix, [@row1]); $count ++; }