in reply to Dealing with abstract methods in Perl 5.8
All this tells me one thing: Perl does not support abstract method natively, and that's why you are introducing this junky. The title is misleading, by mentioning 5.8, you can easily mislead newbies to believe you are dealing with something native to Perl, even potentially a particular version.
Perl is not OO, so why waste all this energy to fake it. If OO is the preference, go with some other language, for example Ruby.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Dealing with abstract methods in Perl 5.8
by glasswalk3r (Friar) on Apr 25, 2007 at 14:44 UTC | |
|
Re^2: Dealing with abstract methods in Perl 5.8
by Anonymous Monk on Apr 26, 2007 at 13:46 UTC |