in reply to Re: Building an array of hashes from databasein thread Building an array of hashes from database
my $records = $dbh->selectall_arrayref($sql, { Slice => {} }); [download]