Thread DBI - fetchrow_arrayref vs. fetchall_arrayref: Unterschiedliches Handling der Refs? (5 answers)
Opened by snarf at 2006-01-08 17:17

esskar
 2006-01-09 11:09
#33910 #33910
User since
2003-08-04
7321 Artikel
ModeratorIn

user image
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.
\n\n

<!--EDIT|esskar|1136797788-->

View full thread DBI - fetchrow_arrayref vs. fetchall_arrayref: Unterschiedliches Handling der Refs?