Help for this page

Select Code to Download


  1. or download this
    my %new_client_hash;
    foreach my $old_key (keys %clients) {
    
    ...
       $new_client_hash{$new_key} = $clients{$old_key};
       $new_client_hash{$old_key} = \$new_client_hash{$new_key};
    }