in reply to Re: Dynamic Subroutines
in thread Dynamic Subroutines

The issue is that the subroutine is actually defined in the parent class..I need to define that in the child class just to say "This is not accessible!" .
Because I am inheriting it from the Parent.. So I cant use AUTOLOAD...

Replies are listed 'Best First'.
Re^3: Dynamic Subroutines
by mzedeler (Pilgrim) on Jul 13, 2009 at 23:28 UTC

    What kind of class is it, you are trying to Lindskovs principle on? Could you shed some more light on why you want to do this and why it isn't viable to refactor the parent class?