in reply to Re^3: Common sub as method or function
in thread Common sub as method or function
BEGIN { *Module::Derived::timestamp = \&Module::Base::timestamp; }
or something.
All this means that symbol table tricks should be severely incapsulated so that no living soul ever sees them Exporter.pm can help remove this mess!
|
---|