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'
>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
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