Help for this page

Select Code to Download


  1. or download this
    # Grabs each district from all_store array
    foreach $dist_only (@all_store_info) {
    ...
    my %uniq;
    undef @uniq{@dist_list};
    @dist_list = keys %uniq;