in reply to Re: base class manipulation: Is there something similar on CPAN?
in thread base class manipulation: Is there something similar on CPAN?

Really didn't know that @{"$package\::ISA"} = @_; will make a package. I was going to use eval :)
  • Comment on Re^2: base class manipulation: Is there something similar on CPAN?
  • Download Code

Replies are listed 'Best First'.
Re^3: base class manipulation: Is there something similar on CPAN?
by tobyink (Canon) on Jan 16, 2012 at 20:50 UTC

    It is also possible to do it with strict mode switched on too, but it's generally not worth the extra effort. See door #7 from last years' advent calendar.