NAME

SNMP::Effective::VarList - Helper module for SNMP::Effective

VERSION

This document refers to version 1.05 of SNMP::Effective::VarList.

DESCRIPTION

This is a helper module for SNMP::Effective

METHODS

No methods. This class is used for Tieing the list of OIDs.

DEBUGGING

Debugging is enabled through Log::Log4perl. If nothing else is spesified, it will default to "error" level, and print to STDERR. The component-name you want to change is "SNMP::Effective", inless this module ins inherited.

NOTES

Possible formats of list pushed onto the array:

(
    [$method1, $oid1],         [$method2, $oid2],
    [$method1, $Varbind_obj1], [$method2, $Varbind_obj2],
    [$method1, $VarList_obj1], [$method2, $VarList_obj2],
);

TODO

AUTHOR

Jan Henning Thorsen, <pm at flodhest.net>

ACKNOWLEDGEMENTS

Various contributions by Oliver Gorwits.

COPYRIGHT & LICENSE

Copyright 2007 Jan Henning Thorsen, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.