http://www.perlmonks.org?node_id=379386


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

Are you possibly mistakenly assigning something else to $code (even indirectly) at some intermediate point?

Also, what happens when you call testSign directly?

$o->testSign();
Vert, very, very strange!

Replies are listed 'Best First'.
Re^2: Failing inheritance or what can make a Child disinherited ?
by guha (Priest) on Aug 02, 2004 at 19:40 UTC
    Vert, very, very strange!

    Agreed!

    And no the direct call, dies with the same error.