Help for this page
my $h = TheDb::PlainText->new();
package TheDB::PlainText; @ISA = 'TheDb'; ... # more stuff 1;
package TheDb; # usual stuff ... # Whatever initializations return bless($self, $class); }