in reply to Re: Matching values in Hash Arrays
in thread Matching values in Hash Arrays

Small but important typo in there:

if ( $get_snmp{$oid} == $get_perf{$oid} ) {

should be

if ( $get_snmp{$oid} == $get_perf{$perf} ) {