Re: Perl OOP concept in real time scenario

2011-01-13 Thread Shlomi Fish
On Thursday 13 Jan 2011 14:55:10 Sunita Rani Pradhan wrote: > Hi Shlomi > > Thanks for your help . I meant that , in what kind of scenario > we should use OOP features(in perl) ? Well, often you need to create more than one instance of something. In that case, consider creating a class and

RE: Perl OOP concept in real time scenario

2011-01-13 Thread Sunita Rani Pradhan
Pradhan Subject: Re: Perl OOP concept in real time scenario Hi Sunita, On Thursday 13 Jan 2011 11:46:38 Sunita Rani Pradhan wrote: > Hi All > > > > Can anyone explain the Perl OOP concept with one real time > example ? How it is useful or required in our programming lif

Re: Perl OOP concept in real time scenario

2011-01-13 Thread Shlomi Fish
Hi Sunita, On Thursday 13 Jan 2011 11:46:38 Sunita Rani Pradhan wrote: > Hi All > > > > Can anyone explain the Perl OOP concept with one real time > example ? How it is useful or required in our programming life? Any link > also would be helpful . First of all, note that I don't un

Perl OOP concept in real time scenario

2011-01-13 Thread Sunita Rani Pradhan
Hi All Can anyone explain the Perl OOP concept with one real time example ? How it is useful or required in our programming life? Any link also would be helpful . Thanks Sunita