in reply to Re: Dealing with abstract methods in Perl 5.8
in thread Dealing with abstract methods in Perl 5.8

Ruby doesn't have abstract methods either. You'd pretty much have to implement them in a similar fashion as here. (Same thing with Smalltalk for that matter). Abstract methods, or lack thereof do not OO make.
  • Comment on Re^2: Dealing with abstract methods in Perl 5.8