in reply to Re: Get values from anonymous hash?
in thread Get values from anonymous hash?

That is indeed what I'm looking for, thanks. I was missing a curly bracket. I tried,
values %{map {...}};
and
values %{(map {...})};
but not
values %{{map {...}}};