in reply to Re: Re: Re: variable "inheritance"; viral $VERSION
in thread variable "inheritance"; viral $VERSION
The original intent stems from the fact that My::Package::* classes contain hundreds of classes (i.e. .pm files). But 95% of these classes inherit from one or two base classes. I was merely interested in probing whether there was a solution by which I could alter the base classes, and have the desired effect in all subclasses, without altering 100+ files (although it would be trivial to add one or two lines to each, following every "package Foo" line).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: variable "inheritance"; viral $VERSION
by Anonymous Monk on Mar 09, 2003 at 16:57 UTC |