Re: HoH to AoA

2008-10-28 Thread Mr. Shawn H. Corey
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

HoH to AoA

2008-10-28 Thread Rodrick Brown
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. ie $cfglist[0] = (nybmlx01,'BookManagerDaemon', '1','2','Xbook.jar'); Any assistance will be appreciated than