Help for this page

Select Code to Download


  1. or download this
    my %hash = (
      'Alabama' => [
    ...
        'Coney Island', qw(Amsterdam Beacon Becon), 'Coney Island',
        ],
      );
    
  2. or download this
    make_uniq(\%hash);
    dd \%hash;