in reply to order in map
Forcing a list return from the block works:
Anyway, my favorite:
my %hash = map {; "stuff_$_" => $_ } qw(asdf qwert zxcv); [download]