|
|
| Just another Perl shrine | |
| PerlMonks |
Re: Get values from anonymous hash?by parv (Priest) |
| on Aug 17, 2011 at 19:25 UTC ( #920764=note: print w/ replies, xml ) | Need Help?? |
|
Given the above use of values, just return @things. ...unless this modifies $_ in which case you need to make a hash reference (which you had not done yet) out of map result before you dereference via BLOCK usage.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||