in reply to Re: printing complex data structures (values)
in thread printing complex data structures
Using values allows more direct access to nested hash values, but pay heed to haukex's update note here discussing the fact that keys allows control of the ordering of access to hash values, and this may be very important, in particular for large data structures. (See also perldsc.)
Give a man a fish: <%-{-{-{-<
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: printing complex data structures (hash slice)
by LanX (Saint) on Jul 24, 2017 at 16:50 UTC |