in reply to Re: (tye)Re: Possible Stupid Perl Trick - Importing method into object class?
in thread Possible Stupid Perl Trick - Importing method into object class?
Well another alternative I proposed elsewhere was:
This is "reverse inheritance" (: - tye (but my friends call me "Tye")package My::ProcessC; BEGIN { push @DataType::ISA, __PACKAGE__; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Possible Stupid Perl Trick - Importing method into object class?
by Aristotle (Chancellor) on Dec 10, 2001 at 05:30 UTC |