in reply to How does DBI return an arrayref with key/value pairs?
If $slice is a hash reference, fetchall_arrayref uses fetchrow_hashref to fetch each row as a hash reference.