Help for this page
Select Code to Download
Select
or
download this
my %h = qw( a 1 b 2 c 3 ); @h{ keys %h } = map { $_ * 4 } values %h;