http://qs321.pair.com?node_id=379392


in reply to Re: Failing inheritance or what can make a Child disinherited ?
in thread Failing inheritance or what can make a Child disinherited ?

Several good ideas!

Calling testSign directly as a subroutine works

print &Parent::testSign() # 1 eq OK

Showing that the subroutine/method is defined in Parent, but the method invocation does not dispatch to Parent.