Help for this page

Select Code to Download


  1. or download this
    my %hash2;
    @hash2{ values %hash1 } = keys %hash1;
    
  2. or download this
    my %hash2 = reverse %hash1;