Help for this page
Select Code to Download
Select
or
download this
my %hash2; @hash2{ values %hash1 } = keys %hash1;
Select
or
download this
my %hash2 = reverse %hash1;