in reply to Re^12: Saving sql results to an array all rows?in thread Saving sql results to an array all rows?
push(@all_rows, $ref); to -> push(my @all_rows, $ref); [download]