Help for this page
my $sth = prepare_and execute($dbh, " SELECT cols ... while (my $row = $sth->fetchrow_hashref) { ... }