Re: hash of hashes & arrays

2006-03-04 Thread Hans Meier (John Doe)
regatta am Freitag, 3. März 2006 21.29: > Good morning/evening everyone, > > I have a hash of data , this hash is very big with dynamic elements > (strings, numbers, hashes, arrays) > > Here is an example > > $info{'system'}{'load'}{'1'} > $info{'system'}{'load'}{'5'} > $info{'system'}{'load'}{'15'

Re: hash of hashes & arrays

2006-03-03 Thread Jeff Pang
>The size and the data may get changed, so is there any function that >can help me to print all the %info data to be like this : > Is Data::Dumper fit for you? See 'perldoc Data::Dumper' please. -- Jeff Pang NetEase AntiSpam Team http://corp.netease.com -- To unsubscribe, e-mail: [EMAIL PRO

hash of hashes & arrays

2006-03-03 Thread regatta
Good morning/evening everyone, I have a hash of data , this hash is very big with dynamic elements (strings, numbers, hashes, arrays) Here is an example $info{'system'}{'load'}{'1'} $info{'system'}{'load'}{'5'} $info{'system'}{'load'}{'15'} $info{'system'}{'hostid'} $info{'system'}{'time'} $info