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
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
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
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
> "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/
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