in reply to Re^4: Put references to array of hash elements in an array
in thread Put references to array of hash elements in an array
It looks like you are updating a full record of ages from SQL.
I'd suggest to look into DBI->fetchall_hashref() and even considering changing your data structure to ->fetchall_hashref("name") (or whatever your primary key is)
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
FootballPerl is like chess, only without the dice
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Put references to array of hash elements in an array
by tel2 (Pilgrim) on Aug 06, 2018 at 04:35 UTC |