Help for this page

Select Code to Download


  1. or download this
    my %new_hash;
    $new_hash{$_} = [$rep{$_}, $comb{$_}] for keys %rep;
    
  2. or download this
    my %new_hash = map {($_, [$rep{$_}, $comb{$_}])} keys %rep;