in reply to Re: recursive hash layer removal question
in thread recursive hash layer removal question

Hi Forsaken real data looks like this
$VAR1 = { 'EXCLUSTER01' => { 'IBFFTDSD72N01A' => { 'D280_3_TH' => { 'A' => { 'TH_EXCLUSTER01_03' => 999, 'TH_EXCLUSTER01_02' => 999, 'TH_EXCLUSTER01_01' => 999 } } } }, blar blar
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

Replies are listed 'Best First'.
recursive hash layer removal question
by wertert (Sexton) on May 11, 2005 at 17:12 UTC
    Ok - new idea. Am I re-inventing the wheel here ? I really want to spend my time focusing on the tool i'm writing not developing and load of recursive functions for tree manipulation. Can anyone suggest a CPAN module that I should consider using ?