in reply to Re: map syntax error -- weird
in thread map syntax error -- weird
And just for completeness, to disambiguate the other way, use a leading +:
map +{ "x" => $y }, qw(1 2 3);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: map syntax error -- weird
by ikegami (Patriarch) on Mar 24, 2013 at 07:08 UTC |