in reply to Inheritance not working
in client.pl, or else the new subroutine never hits the symbol table. Perl will not go out and find packages just because you try to use a method in them. You must explicitly load them.use Project::Client::Node::TestNode;
|
|---|