Help for this page
Select Code to Download
Select
or
download this
my %foo= ( a=>3, b=>2, c=>1 ); @foo{values %foo}= keys %foo;