On Tue, 2008-10-28 at 12:14 -0400, Rodrick Brown wrote: > What's the correct to walk a HoH like the following? > I built a data structure that looks like what's shown below and need a > quick > way to reconstructure the data into an array of arrays. >
There is no quick way. If the levels of the structure are fixed, you can used nested foreach loops. Otherwise, things get complicated. :) -- Just my 0.00000002 million dollars worth, Shawn Linux is obsolete. -- Andrew Tanenbaum -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/