in reply to compile or run-time inheritance
Please let me know - when does the inheritence occur in perl? And if it's by default compile time, is there a way to be inforced to happen at run-time?
Well - compile/run time is a very fuzzy divide with Perl. But yes - you can change the inheritance structure of objects at run time (e.g. by tweaking the @ISA of a package.)
|
|---|