Help for this page

Select Code to Download


  1. or download this
    foreach(keys %a){
      $a{$_} = $b{$_} if exists $b{$_};
    }
    
  2. or download this
    @a{keys %b} = values %b;