Help for this page
my @country_states; for (@logfiles) { ... print($state, "\n"); }
my %states_by_country; for (@logfiles) { ... print($state, "\n"); } }