Help for this page
my %this_to_that = map {$_->this => $_} @things; return values %this_to_that;
return values %{map {...} @things} Type of arg 1 to values must be hash (not anonymous hash ({})) at...