Help for this page

Select Code to Download


  1. or download this
    my %newhash;
    @newhash{@selection} = @oldhash{@selection};
    
  2. or download this
    my %london_location;
    @london_location{@location_fields} = @london{ @location_fields };
    
  3. or download this
    my %newhash = %oldhash{@selection}:pairs