Help for this page

Select Code to Download


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