in reply to
Transforming hash (removing useless key)
I abhor the use of
map
in void context, so I would do something like this:
my ( $thing ) = values %$data;
[download]
Comment on
Re: Transforming hash (removing useless key)
Download
Code
In Section
Seekers of Perl Wisdom