Help for this page

Select Code to Download


  1. or download this
        %hash = map { getkey($_) => $_ } @array;
    
    ...
        foreach $_ (@array) {
        $hash{getkey($_)} = $_;
        }