![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re^3: array references in DBIby bart (Canon) |
on May 15, 2006 at 11:35 UTC ( [id://549439]=note: print w/replies, xml ) | Need Help?? |
Yes, you would be pushing the same array ref every time, and the contents would change afterwards.
Test code (no DBI involved):
As you can see, the contents of the collating array changes after you put it in there.
In Section
Seekers of Perl Wisdom
|
|