in reply to Re: Reading (the same) data in different ways & memory usage
in thread Reading (the same) data in different ways & memory usage

You can persuade selectall_arrayref to return an arrayref of hashrefs using the { Slice => {} } trick as described in the DBI manual.

(edit) selectall_arrayref returns an arrayref, not an array :)