my %data; ... if ($type =~ /citystate/) { $data{citystate}{$key}; } elsif ($type =~ /citycountry/) { $data{citycountry}{$key}; } elsif ($type =~ /country/) { $data{country}{$key}; ...