Handy things to know
slices and columns options
my
$people
=
$dbh
->selectall_arrayref(
'SELECT * FROM person'
, {
Slice
=> {} }, );
... gives you an arrayref of hashes