Help for this page
$ snmpset -r 1 -t 1 -c $COMM $host $oid $type $val
# something like this $rc = $sess->set( [ $oid, $type, $val ], { retries => 1, timeout => 1 +} ); ... } else { # wow, it worked and we got a response... }