in reply to Re: Re: Dereferencing nested references
in thread Dereferencing nested references
Anyway, the way this works is that this attribute controls the behavior of selectall_arrayref. If you don't set it, it defaults to an arrayref, which tells the method to fetch the rows as array refs and return an arrayref of those arrayrefs.document dbi_fetchall_arrayref_attr attr of selectall_arrayref().
If, however, you set it to a hash ref, that tells selectall_arrayref to fetch the rows as hash refs, and return an array ref of hash refs. Make sense?
|
|---|