Help for this page

Select Code to Download


  1. or download this
    sub remove {
        my ($p, $d) = @_;
    ...
            $_[0] = \%newhash;
        } 
    }
    
  2. or download this
    for (values %$p) {
                @newhash{keys %$_} = values %$_;
            }
            $_[0] = \%newhash;
    
  3. or download this
    $W={
        'A' => {
    ...
              }, 
            'W' => 99,
        };