in reply to Re: map problem
in thread map problem
or would you say that using the semicolon is already an accepted idiom for such cases?my %y = map { ("x$_" => 1) } qw(a b c);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: map problem
by JavaFan (Canon) on Mar 09, 2012 at 14:12 UTC | |
|
Re^3: map problem
by jwkrahn (Abbot) on Mar 09, 2012 at 13:14 UTC | |
|
Re^3: map problem
by ikegami (Patriarch) on Mar 09, 2012 at 22:34 UTC |