in reply to Re: Re: Re: Storing SNMP Next Request into a Hash or Array
in thread Storing SNMP Next Request into a Hash or Array

my $table = $snmp->get_table( -baseoid => $oid); # $table contains a h +ash reference print $table->{'.1.3.6.1.2.1.4.20.1.2.10.61.10.1'},$/; # displays 42

Read tye's References quick reference for a more detailed explaination.