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 {
}
--- "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
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
>
> -
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
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