Help for this page
my $rl = $dbh->selectall_arrayref( $sql ); print ref $rl, "\n";
my $rl = $dbh->selectall_hashref( $sql ); print ref $rl, "\n";