Help for this page

Select Code to Download


  1. or download this
    %locations = map{ $_ => 1 } ( @locations );
    
  2. or download this
    %locations = map{ $_ => 1 } ( @locations, keys %locations );