my @res; while (my @werte = $sth->fetchrow_array()) { push @res, [@werte]; }