Help for this page
my $statement = "SELECT name, number, nw, land, strat, last_up +dated, ownerID FROM someTable ORDER BY numbe +r ASC"; ... } my $countries = $sth->rows(); $sth->finish;
my $rows = $dbh->selectall_arrayref(".....");
my $ref = $sth->fetchall_hashref('number');