in reply to Net::SNMP $session-get_request problem
If that snippet is cut n'pasted, then you have a typo ...
my $oid = "1.3.6.1.4.1.314.50.1.20.3.50.1"; ##here's the problem## $result = $remote_snmp_session->get_request($iod)
--k.