in reply to Using MAP to swap around HoA hash keys and array values.
I recommend this Tutorial - Map: The Basics
(And perhaps Perl Idioms Explained - keys %{{map{$_=>1}@list}} as well...)
HTH,