Help for this page
return $sth->fetchall_arrayref({ });
my $rows = $sth->fetchall_arrayref({ }); for my $row (@{$rows}) { ... } } return $rows;