Help for this page
use warnings; use strict; ... print "\nmapped:\n"; print map {"$_ => $hash{$_}\n"} keys %hash;
Dumpered: $VAR1 = { ... mapped: that => two this => one