Re: oops concepts

2007-09-13 Thread usenet
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

AW: oops concepts

2007-09-13 Thread Angerstein
pan.org, http://perldoc.perl.org/ -Ursprüngliche Nachricht- Von: perl pra [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 13. September 2007 08:34 An: Beginners List Betreff: oops concepts Hi Gurus, I am aware of perl, Now I need to code in perl using oops. I have few queries Pl

oops concepts

2007-09-12 Thread perl pra
Hi Gurus, I am aware of perl, Now I need to code in perl using oops. I have few queries Please clear my queries. What is bless? When bless used, What differene it makes if we bless a variable? How do we create a constructor of class. How do we call a method in class. how do we use public pri

Re: OOPs concepts

2001-09-10 Thread Jeff 'japhy/Marillion' Pinyan
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

OOPs concepts

2001-09-10 Thread baby lakshmi
Hi I am learning OOPs concepts. Can anyone tell me what is the real use of UNIVERSAL class(in built)? Also i read that, Unless otherwise we invoke the constructors, it wont be executed automatically. Then what is the speciality of the constructor in Perl?? Any pointers in this regard will be