in reply to code ref
Keep in mind that OO in Perl is different from OO in other languages. One advantage that Perl offers is that it has closures; using them, you can emulate just about any behaviour you want to.
I find OO in Perl is actually more flexible and powerful than OO in OO languages, with one painfully significant exception: no clean methodology to data inheritance.
Makeshifts last the longest.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: code ref
by demerphq (Chancellor) on Nov 11, 2002 at 11:49 UTC | |
by Aristotle (Chancellor) on Nov 11, 2002 at 15:14 UTC | |
|
Re^2: code ref
by adrianh (Chancellor) on Nov 11, 2002 at 12:44 UTC | |
by Aristotle (Chancellor) on Nov 11, 2002 at 15:06 UTC |