while ( my ( $k, $l ) = each %table_match ) { if ( $get_snmp{$k} != $get_perf{$l} ) { print "Different ( $k, $l )\n"; } else { print "ok ( $k, $l )\n"; } }
In reply to Re: Matching values in Hash Arrays
by borisz
in thread Matching values in Hash Arrays
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |