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