du hast zwar prinzipiell recht, dass wegen des "my" immer neue Referenzen erzeugt und gespeichert werden, jedoch:
Quote
Note that the same array reference is returned for each fetch, so don't store the reference and then use it after a later fetch. Also, the elements
of the array are also reused for each row, so take care if you want to take a reference to an element. See also "bind_columns".