my $ar = $dbh->selectall_arrayref( 'SELECT * FROM table', { Slice => {} } ); print Dumper $ar;