Help for this page

Select Code to Download


  1. or download this
    my %hash = (
        '1' =>  'one',
    ...
    @new{ values %hash } = keys %hash;
    
    print Dumper( \%new );