my %hash = map { "stuff_$_" => $_ } <== qw(asdf qwert zxcv);
... as per Synopsis 3. There may be some other new way to do this (?) in perl6 as well.
Update: It seems they are still wrestling with this in perl6 (see section on map), although the piping I use above is one way to disambiguate and is not available in perl5.
In reply to Re: order in map
by ryantate
in thread order in map
by mpeters
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |