in reply to Re: how to build directory
in thread how to build directory
Didn't you mean:
my %tree_Hash = ( 1=> { 2 => { 4=> { 6 => undef, 7 => undef, }, }, 3 => { 5 => undef, }, } 8=> { 9 => undef, }, );
This can be build programatically from the existing hash.
But I'm not sure what exactly the OP wants.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: how to build directory
by megaurav2002 (Monk) on May 22, 2007 at 09:56 UTC | |
by naikonta (Curate) on May 22, 2007 at 13:16 UTC |