in reply to Re: Nested iterations throgh hash
in thread Nested iterations throgh hash
Yes! This is a solution to my problem
I've checked a few nested "for my $k (keys %$h) {}" loops and they work perfectly. This means that "each" mechanism is not very good to use.
What is the real task? I have external data supplies as a hash reference, and I do have this hash reference available through all my code, fetching data as required.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Nested iterations throgh hash
by haukex (Archbishop) on Feb 11, 2020 at 21:01 UTC |