Help for this page

Select Code to Download


  1. or download this
    my %index = map { $_->key => $_ } @objects;
    
  2. or download this
    my %index = map (($_->key => $_), @objects);