Re: Why not Class Objects

2003-06-28 Thread drieux
On Friday, Jun 27, 2003, at 07:22 US/Pacific, Daniel J. Rychlik wrote: Thank you sir for the response, I will have a look. I love programming in perl, but Im getting used to the idea of developing class objects and instances in PHP. class thisclass { } class otherclass extends thisclass { }

Re: Why not Class Objects

2003-06-27 Thread Ovid
--- "Daniel J. Rychlik" <[EMAIL PROTECTED]> wrote: > I have been a perl developer or about a year and half and I have a question. How > come perl does > not support the use of Class Objects ? Hi Dan, Much of Perl's OO support is currently clumsy. Perl has taken the "simplest thing that can

Re: Why not Class Objects

2003-06-27 Thread Daniel J. Rychlik
your time. -Dan - Original Message - From: <[EMAIL PROTECTED]> To: "Daniel J. Rychlik" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, June 27, 2003 9:15 AM Subject: RE: Why not Class Objects > > -

RE: Why not Class Objects

2003-06-27 Thread wiggins
On Fri, 27 Jun 2003 09:01:59 -0500, "Daniel J. Rychlik" <[EMAIL PROTECTED]> wrote: > I have been a perl developer or about a year and half and I have a question. How > come perl does not support the use of Class Objects ? > What do you mean b

Why not Class Objects

2003-06-27 Thread Daniel J. Rychlik
I have been a perl developer or about a year and half and I have a question. How come perl does not support the use of Class Objects ? Thanks in Advance , Dan