Help for this page

Select Code to Download


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