in reply to Re: problem with array of hashes
in thread problem with array of hashes
So does:
my ($value) = map { join('array of hashes', 41) } $VAR;
Update: added parentheses. Thanks McA.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: problem with array of hashes
by McA (Priest) on Oct 09, 2012 at 11:17 UTC | |
|
Re^3: problem with array of hashes
by wirito (Acolyte) on Oct 10, 2012 at 13:03 UTC |