in reply to Get values from anonymous hash?
By the way... if all you are trying to do is get the values from an anonymous hash can be summed up as:
Give it a try....my @ry = values %{ { foo => bar , bing => baz , up=>left }};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Get values from anonymous hash?
by mseabrook (Beadle) on Aug 17, 2011 at 20:00 UTC |