Help for this page
%hash = map { getkey($_) => $_ } @array; ... foreach $_ (@array) { $hash{getkey($_)} = $_; }