in reply to accessing an array with multiple hashes
Doesn't that do it? The {}, {}, {} entry in per_sec would be addressable by index.@sysmon_data = ( { metadata_cache_mgmt => { max_open_databases => { co +unt => [ {}, {}, {} ] } }, cache_mgmt => { spinlock_contention => { per_sec => + [ {}, {}, {} ] } } } ) ;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: accessing an array with multiple hashes
by jfroebe (Parson) on Nov 11, 2003 at 21:04 UTC |