package subclass; @ISA = (baseclass); sub new {    my $self = {};    bless $self;    return $self; }