Help for this page
my %row_copy = %row; push @rows, \%row_copy;
push @rows, { %row };
while ( $sth->fetchrow_arrayref ) {
while ( $sth->fetch ) {