in reply to Re: Re: Re: Getting readable results from Net::SNMP get_table method
in thread Getting readable results from Net::SNMP get_table method

You asked for the contents of OID 1.3.6.1.4.9.9.23.1.2.1.1.8.4.2 and got it back, 'WS-C6509'.

That data is in a hash, $result. You would access the data ala

$result->{'1.3.6.1.4.9.9.23.1.2.1.1.8.4.2'}