in reply to Re: order in mapin thread order in map
Anyway, my favorite:
my %hash = map {; "stuff_$_" => $_ } qw(asdf qwert zxcv); [download]