Help for this page
my $ary = $dbh->selectall_arrayref($sth_or_stmt); -or- ... for (@$ary) { print "@{$_}\n"; }