in reply to Re: Getting Record Set via DBI into an Array of Arrays
in thread Getting Record Set via DBI into an Array of Arrays

Each element of @bong will be the same since you're always taking a reference of the same array.

And the data wouldn't be oriented as desired even if you fixed that.

And talk about confusing, calling @bong the OP's @data, and calling @data something that isn't the OP's @data.