in reply to accessing an array with multiple hashes

@sysmon_data = ( { metadata_cache_mgmt => { max_open_databases => { co +unt => [ {}, {}, {} ] } }, cache_mgmt => { spinlock_contention => { per_sec => + [ {}, {}, {} ] } } } ) ;
Doesn't that do it? The {}, {}, {} entry in per_sec would be addressable by index.

Replies are listed 'Best First'.
Re: Re: accessing an array with multiple hashes
by jfroebe (Parson) on Nov 11, 2003 at 21:04 UTC
    The {}, {}, {} entry in per_sec is the hash levels down to the per_sec?