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


in reply to Having problems with DBI selectall_arrayref

->selectall_hashref does not return an array of hashrefs. You want ->selectall_arrayref:

my $data_all = $connection->selectall_arrayref($query, { 'Columns' => + {} } );