Here's at least one problem:
my @ISA = qw(SNMPMonitor::Plugin);@ISA must be a package variable. Alternately (and more cleanly), use parent:
use parent 'SNMPMonitor::Plugin';Improve your skills with Modern Perl: the free book.
In reply to Re: Problem with Inheriting a Super Class
by chromatic
in thread Problem with Inheriting a Super Class
by PyrexKidd
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |