in reply to How to loop through hash of array and convert into hash with key and value.
Don't be shy about asking specific, detailed questions on how/why that works, after researching the "map" function.$VAR1 = { map { $_->{name} => $_ } @$VAR1 };
"From there to here, from here to there, funny things are everywhere." -- Dr. Seuss
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to loop through hash of array and convert into hash with key and value.
by Sami_R (Sexton) on Dec 28, 2019 at 11:11 UTC | |
|
Re^2: How to loop through hash of array and convert into hash with key and value.
by stevieb (Canon) on Dec 28, 2019 at 02:42 UTC |