Re: hashref ref ref slice

2006-05-03 Thread Karjala
And this will work also: map {$tmp->{$_}->{text}} @sortedkeys Karjala wrote: Try this: map {$_->{text}} @[EMAIL PROTECTED] Ryan Perry wrote: @[EMAIL PROTECTED]>{text} I want to get all the "text" values for a set of keys in a hashref, but the above code always gives me only the first in @s

Re: hashref ref ref slice

2006-05-02 Thread Karjala
Try this: map {$_->{text}} @[EMAIL PROTECTED] Ryan Perry wrote: @[EMAIL PROTECTED]>{text} I want to get all the "text" values for a set of keys in a hashref, but the above code always gives me only the first in @sortedkeys. Thanks for any assistance! Ryan --To unsubscribe, e-mail: [EMAIL P