http://www.perlmonks.org?node_id=920764


in reply to Get values from anonymous hash?

Given the above use of values, just return @things.

...unless this modifies $_ in which case you need to make a hash reference (which you had not done yet) out of map result before you dereference via BLOCK usage.