Handy things to know 

my $people = $dbh->selectall_arrayref(
    'SELECT * FROM person',
    { Slice => {} },
);