@data = @{$sth->fetchall_arrayref()}; print Dumper(\@data) #### $VAR1 = [ [ 'foo' ], [ 'bar' ], [ 'baz' ] ];