Help for this page
my $value = $list{$location}; $value++; $list{$location} = $value;
$list{$location}++;
$list{ $location || 'Unknown' }++;