Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
So for example I might havehash array %get_snmp has keys oids and values oid_values hash array %table_match has keys oids and values perf_equivs (oids the + same as in %get_snmp) hash array %get_perf has keys perf_equivs and values perf_values (perf +_equivs the same as in %table_match)
%get_snmp = (status, 3, max_status, 7) %table_match = (status, pabStatus, max_status, pabMaxStatus) %get_perf = (pabStatus, 2, pabMaxStatus, 7)
edited: Mon Jun 21 18:01:41 2004 by jeffa - code tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Matching values in Hash Arrays
by borisz (Canon) on Jun 19, 2004 at 13:42 UTC | |
|
Re: Matching values in Hash Arrays
by thor (Priest) on Jun 19, 2004 at 13:41 UTC | |
by Crackers2 (Parson) on Jun 19, 2004 at 14:19 UTC | |
|
Re: Matching values in Hash Arrays
by Anonymous Monk on Jun 19, 2004 at 13:50 UTC |