![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Re: DBI fetchall_arrayref using $max_size doesn't dereference normally.by runrig (Abbot) |
on Jul 28, 2005 at 19:07 UTC ( #479093=note: print w/replies, xml ) | Need Help?? |
table2 is an reference to an array of arrays (you did not supply a hashref as a slice parameter to fetchall_arrayref). table1 is a reference to an array of hash refs because you did supply a hashref as the first argument to fetchall_arrayref.
In Section
Seekers of Perl Wisdom
|
|