Hi,

Suppose I have this Hash of array:

%HoA = {
   A => ["fred", "barney"],
   B => ["george", "jane", "elroy"],
};

Is there any efficient way to append
each of this HoA's array into one
single array, e.g:

@name = ("fred", "barney", "george", "jane", "elroy");

Regards,
Edward WIJAYA
SINGAPORE

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to