for my $key ( keys %citystate ) { $fhdest -> print("

$key

"); } for my $key ( keys %citycountry ) { $fhdest -> print("

$key

"); } for my $key ( keys %airportCode ) { $fhdest -> print("

$key

"); }