in reply to Re: Is Perl Truly an Object Oriented Language?
in thread Is Perl Truly an Object Oriented Language?

From what I understand, which may be wrong as always ;), is..

sql: select book.* from author, book where author.id=book.authorid_id and author.name='bob'

oo-sql: select author.books from author where author.name = 'bob'

----
Then B.I. said, "Hov' remind yourself nobody built like you, you designed yourself"

  • Comment on Re^2: Is Perl Truly an Object Oriented Language?