my %h = qw( a 1 b 2 c 3 ); map { $_ *= 4 } values %h; [download]
In reply to Re^2: multiply hash values by shenme in thread multiply hash values by gitarwmn