On Sep 12, 11:33 pm, [EMAIL PROTECTED] (Perl Pra) wrote:
> Hi Gurus,
>
> I am aware of perl, Now I need to code in perl using oops.
Then you should also be aware of Perl docs. Start with:
perldoc perltoot
(or maybe skim "perldoc perlobj" first)
--
The best way to get a good answer is to ask a
Sumanth Sharma wrote on 26.04.2004:
>Hi All,
>
>I am quite ok with perl. But How do i learn Object oriented perl.
>
>It's so different from C++ of Java. I sort of went thro the perlboot.
>
>It looks not too friendly.
>
>How best can I learn Object orientd perl.
Randal Schwartz: Le
Hi,
Perl object are a bit different. My idea would be to write a small
object on your ouwn, and expereince with it. There is no other 'royal'
road..
Gabaux
Linux is like a wigwam: no gates, no windows, and an apache
inside!
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional command
On Sep 11, baby lakshmi said:
>I am learning OOPs concepts. Can anyone tell me what is the real use of
>UNIVERSAL class(in built)?
The UNIVERSAL class offers three methods for every class: isa, can, and
VERSION. It also provides a place for you to write methods available to
every class.
>Als
On Wed, Jul 18, 2001 at 03:11:22PM +0200, Sascha Kersken wrote:
> Oops!
> I just discovered a little mistake made by quick copy'n'paste.
> The line
>elsif ($url =~ /^http:\/\//i)
> should read
> elsif ($url =~ /^ftp:\/\//i)
> of course.
Actually, it should probably read something like: