in reply to Overriding 'static' methods of a perl package
Your problem is that you don't have methods, you just have plain vanilla subroutines which don't interact with inheritance at all. If you want inheritance you need to establish a subclass relationship using @ISA and actually make method calls. See perlboot, perltoot, and perltooc (and probably perlbot too, just for good measure).
The cake is a lie.
The cake is a lie.
The cake is a lie.
|
|---|