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