Help for this page

Select Code to Download


  1. or download this
      my $value = $clients{$old_key};
      $new_client_hash{$new_key} = \$value;
      $new_client_hash{$old_key} = \$value;
    
  2. or download this
      $new_client_hash{$new_key} = $clients{$old_key};
      $new_client_hash{$old_key} = $clients{$old_key};