On Tue, 16 Jul 2002, Stefan Svensson wrote:

> Sorry for bothering you with a simple, off-topic question to which I can't 
> find any answer elsewhere.
> 
> Can someone provide a simple one-liner to convert a array-of-hashes to an
> array of values for a specified hash key?


Please note the change in list address.

This might work:

my @lov = map {$_->{$key}} @hash_array;





-------------------------------------------------------
This sf.net email is sponsored by: Jabber - The world's fastest growing 
real-time communications platform! Don't just IM. Build it in! 
http://www.jabber.com/osdn/xim
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to