in reply to Re^12: Saving sql results to an array all rows?
in thread Saving sql results to an array all rows?

FYI disregard the extrac $VAR1->[0] entries they were due to the my all_rows being defined I changed the line
push(@all_rows, $ref); to -> push(my @all_rows, $ref);