Changeset 866
- Timestamp:
- 03/30/05 02:58:14 (7 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
people/ilmari/modularisation-branch/node/SNMP.pm.in
r864 r866 93 93 } 94 94 95 =head2 get_single 95 =head2 get_single() - retrieve a single value 96 96 97 97 $result = $session->get_single($oid); 98 98 99 This method fetches the value of $oid. 99 This method fetches the value of $oid. Returns C<undef> on error. 100 100 101 101 =cut
