in reply to Re: recursive hash layer removal question
in thread recursive hash layer removal question
It represents the clusters and hosts within a storage array network ie group->hosts->disk arrays->disk controller->volumes. I'm writing a sysadm tool which allows the user to 'drill' into this recursive information. I don't think repetition within the tree is a problem$VAR1 = { 'EXCLUSTER01' => { 'IBFFTDSD72N01A' => { 'D280_3_TH' => { 'A' => { 'TH_EXCLUSTER01_03' => 999, 'TH_EXCLUSTER01_02' => 999, 'TH_EXCLUSTER01_01' => 999 } } } }, blar blar
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
recursive hash layer removal question
by wertert (Sexton) on May 11, 2005 at 17:12 UTC |