"R. Joseph Newton" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> "R. Joseph Newton" wrote:
>
> >
> > sub initialize {
> > my $self = shift; # references the oblect.
> > my ($title, $purpose, $text) = @_;
> >
> > $self->{'Title'} = $title;
> > $self->{'Purpose'} =
"R. Joseph Newton" wrote:
>
> sub initialize {
> my $self = shift; # references the oblect.
> my ($title, $purpose, $text) = @_;
>
> $self->{'Title'} = $title;
> $self->{'Purpose'} = $purpose;
> push @{$self->{'Text'}}, $_ foreach @$text;
> return $self;
> }
Sorry, ther
Eric Walker wrote:
> I have a small grasp of the concept,
What concept? We don't know what you are responding to.
> but what I am doing involves a
> better understanding than I have. I am doing a project that will allow
> a user to build a particular file called a do file. Its used in a route
> "Eric" == Eric Walker <[EMAIL PROTECTED]> writes:
Eric> Does anyone have a good hold of how to do object oriented programming in
Eric> perl? Maybe a few lines of code as examples?
"perldoc perlboot".
Or, if you like the feel of paper,
"Learning Perl Objects References and Modules", where
Thanks all for the good resources on OOP. I have been reading a few
perl books and it seemed not to sink in. the link that I got on the web
does it for me. The light has clicked. Now I just have to read the
rest and apply it. Thanks again all for your help.
EDUB
On Fri, 2003-09-12 at 10:48, S
On Fri, Sep 12, 2003 at 08:32:38AM -0600, Eric Walker wrote:
> Does anyone have a good hold of how to do object oriented programming
> in perl? Maybe a few lines of code as examples?
There are some tutorials in the standard docs.
$ perldoc perlobj
$ perldoc perlboot
$ perldoc perltoo
Ch3 of "OO Perl" book is free from
http://www.manning.com/getpage.html?project=conway&filename=Chapters.html
José.
-Original Message-
From: Eric Walker [mailto:[EMAIL PROTECTED]
Sent: Friday, September 12, 2003 4:33 PM
To: perlgroup
Subject: packages object oriented
Does anyone have a
It does help. It tells me that a few lines of code aren't going to do
anything for you here. :) I really suggest you look into some of the
resources we've suggested. It just sounds like you knowledge level is
going to need a boost. Sorry if that's not the answer you were looking
for.
Jame
I have a small grasp of the concept, but what I am doing involves a
better understanding than I have. I am doing a project that will allow
a user to build a particular file called a do file. Its used in a route
tool called iccraftsman. In this particular file it has several
sections. Each secti
On Friday, September 12, 2003, at 09:32 AM, Eric Walker wrote:
Does anyone have a good hold of how to do object oriented programming
in
perl? Maybe a few lines of code as examples?
I feel my grasp of the concept is strong, but perhaps myself, and
others, could help more if we knew what you're
Have a look at Tom's Object Oriented Tutorial
man perltoot or perldoc perltoot
Jim
-Original Message-
From: Eric Walker [mailto:[EMAIL PROTECTED]
Sent: 12 September 2003 15:33
To: perlgroup
Subject: packages object oriented
Does anyone have a good hold of how to do object oriented pr
11 matches
Mail list logo