delete ($location_hash->{ $city }) ; delete ($location_hash->{ $city }->{ 'ZIP' } ); #### my $city_ref = delete ($location_hash->{$city}); delete($city_ref->{'ZIP'});