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...
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?