Help for this page
xx_000000
my %city_data = (); my ($city, $id) = split(/_/,$filename); ... my @tmp = <THIS>; close(THIS); push @{ $city_data{$city}{$id} }, @tmp;