bless($self, "Adult"); should be... bless($self, "Person::Adult"); #### my $a = Person::Adult->new(NAME => 'the hard way'); $a->sayHi();