http://qs321.pair.com?node_id=479093


in reply to DBI fetchall_arrayref using $max_size doesn't dereference normally.

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.
  • Comment on Re: DBI fetchall_arrayref using $max_size doesn't dereference normally.