Help for this page

Select Code to Download


  1. or download this
    delete ($location_hash->{ $city }) ;
    delete ($location_hash->{ $city }->{ 'ZIP' } );
    
  2. or download this
    my $city_ref = delete ($location_hash->{$city});
    delete($city_ref->{'ZIP'});