while( my $row = $sth->fetchrow_hashref() ) { push @data, $row; }