Thread Refrenzen und fetchrow_arrayref (5 answers)
Opened by Wastl at 2014-10-16 16:19

GwenDragon
 2014-10-16 16:58
#177865 #177865
User since
2005-01-17
14757 Artikel
Admin1
[Homepage]
user image
Erklärung:
https://metacpan.org/pod/DBI#fetchrow_arrayref
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".

View full thread Refrenzen und fetchrow_arrayref