The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

DESCRIPTION

Thist module allows oid/oid-methods to be specified in different ways.

SYNOPSIS

    use SNMP::Effective::VarList;
    tie @varlist, 'SNMP::Effective::VarList';

    push @varlist, [$method1, $oid1], [$method2, $oid2];
    push @varlist, [$method1, $Varbind_obj1], [$method2, $Varbind_obj2];
    push @varlist, [$method1, $VarList_obj1], [$method2, $VarList_obj2];

AUTHOR

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

See SNMP::Effective