Help for this page
my %hash = ( 'Alabama' => [ ... 'Coney Island', qw(Amsterdam Beacon Becon), 'Coney Island', ], );
make_uniq(\%hash); dd \%hash;