[root@elara object_problem]# perl snmp_monitor.pl starting snmp_monitor.pl Found Plugins: Plugin: SNMPMonitor::Plugin::Atest Plugin: SNMPMonitor::Plugin::Btest --> Plugins Dump: $VAR1 = 'SNMPMonitor::Plugin::Atest'; $VAR2 = 'SNMPMonitor::Plugin::Btest'; --> Objects Dump: $VAR1 = bless( { 'plugin_oid' => '0.0.0', 'name' => 'Atest', 'root_oid' => '.1.3.6.1.4.1.99999.', 'full_name' => 'SNMPMonitor::Plugin::Atest', 'full_oid' => '.1.3.6.1.4.1.99999.0.0.0' }, 'SNMPMonitor::Plugin::Atest' ); $VAR2 = bless( { 'plugin_oid' => '1.1.1', 'name' => 'Btest', 'root_oid' => '.1.3.6.1.4.1.99999.', 'full_name' => 'SNMPMonitor::Plugin::Btest', 'full_oid' => '.1.3.6.1.4.1.99999.1.1.1' }, 'SNMPMonitor::Plugin::Btest' ); In Atest Print Test: 0Full Name: SNMPMonitor::Plugin::Btest Name: Btest OID: 1.1.1 Root OID: .1.3.6.1.4.1.99999. Full OID: .1.3.6.1.4.1.99999.1.1.1 In Btest Print Test: 0Full Name: SNMPMonitor::Plugin::Btest Name: Btest OID: 1.1.1 Root OID: .1.3.6.1.4.1.99999. Full OID: .1.3.6.1.4.1.99999.1.1.1