Re: OOP inheritance question (simple)

2005-12-07 Thread John Doe
Ken Farmer am Donnerstag, 8. Dezember 2005 02.28: [...] > I agree that I need a perl object book. Not necessarily - it could even be better to buy a book that contains the OO paradigmas independent from any programming language. The details of the language (or the focus on implementation) cou

Re: OOP inheritance question (simple)

2005-12-07 Thread Wiggins d'Anconia
Ken Farmer wrote: > > Wiggins d'Anconia <[EMAIL PROTECTED]> wrote: > > See the other posters responses as well, but I think it might help if > you read through some docs on OOP programming, check out: > > perldoc perlboot > perldoc perltoot > perldoc perltooc > > And issuing, > > perldoc perl

Re: OOP inheritance question (simple)

2005-12-07 Thread Ken Farmer
Wiggins d'Anconia <[EMAIL PROTECTED]> wrote: See the other posters responses as well, but I think it might help if you read through some docs on OOP programming, check out: perldoc perlboot perldoc perltoot perldoc perltooc And issuing, perldoc perl Thanks for the response, and the other res

Re: OOP inheritance question (simple)

2005-12-07 Thread Wiggins d'Anconia
Ken Farmer wrote: > I have tried this question in a couple of other places but the answers are > far above my current level of understanding of oop - which is the level of > very interested newbie - real newbie. So here goes again. > > I make an empty (of data) perl object1 with an included m

Re: OOP inheritance question (simple)

2005-12-07 Thread Randal L. Schwartz
> "Xavier" == Xavier Noria <[EMAIL PROTECTED]> writes: Xavier> package class2; Xavier> use base 'class1'; Except of course, lowercase package names are reserved for pragmata. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 http://www.stonehenge.com/

Re: OOP inheritance question (simple)

2005-12-06 Thread Xavier Noria
On Dec 7, 2005, at 4:36, Ken Farmer wrote: I have tried this question in a couple of other places but the answers are far above my current level of understanding of oop - which is the level of very interested newbie - real newbie. So here goes again. I make an empty (of data) perl objec