my $b = {map { $_ => $_ } qw}; while (my ($i, $v) = each $b) { say "$i: $v"; } while (my ($i, $v) = each {map { $_ => $_ } qw}) { say "$i: $v"; }