Help for this page

Select Code to Download


  1. or download this
    for (values %hash1) {
      $_ = $hash2{$_} if exists $hash2{$_};
    }