Thanks, Paul# Grabs each district from all_store array foreach $dist_only (@all_store_info) { my @array = split(/ / , $dist_only); my $test = @array; next if $test < 2; $distlist = "$array[1] $array[2] $array[3]"; push(@dist_list, $distlist); #print "$distlist\n"; } @dist_list = sort { $a <=> $b } @dist_list; my %uniq; undef @uniq{@dist_list}; @dist_list = keys %uniq;
In reply to read-only error by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |