Re: Advance OOPs concept

2015-11-29 Thread Илья Рассадин
Hi! If you're looking for object introduction book, see Craig Larman's Introduction to Object-oriented Analysis and Design http://www.amazon.com/Applying-UML-Patterns-Introduction-Object-Oriented/dp/0131489062 Best perl text about objects I read is Moose Manual. Definitely you should read it, eve

Re: Advance OOPs concept

2015-11-29 Thread Shlomi Fish
On Sun, 29 Nov 2015 17:08:03 +0530 Jitendra Barik wrote: > Yes It was Dr. Damian Conway. Ok. > > Could you please suggest some books that will help me to know advance > concept about OPPs? > Please see the links in my previous message in this thread. -- Shlomi Fish > Regards, > Jite

Re: Advance OOPs concept

2015-11-29 Thread Jitendra Barik
> > > Hi All, > > > > Please let me know the best reference book for Advance OOPs concept. > > > > Please see http://perl-begin.org/topics/object-oriented/ for some > recommended > resources about it. Perhaps the best resource for now is the Moose Manual: > &

Re: Advance OOPs concept

2015-11-29 Thread Shlomi Fish
Hi Jitendra, On Sun, 29 Nov 2015 13:12:21 +0530 Jitendra Barik wrote: > Hi All, > > Please let me know the best reference book for Advance OOPs concept. > Please see http://perl-begin.org/topics/object-oriented/ for some recommended resources about it. Perhaps the best resourc

Advance OOPs concept

2015-11-28 Thread Jitendra Barik
Hi All, Please let me know the best reference book for Advance OOPs concept. Thanks. Please let me know about the book : OO Perl By Dr Rana Conway <http://www.junglee.com/mn/search/junglee/ref=dp_atf_sr_byline?ie=UTF8&field-author=Dr%20Rana%20Conway&search-alias=stripbooks>

Re: Simple OOPs related query.

2009-12-21 Thread Shlomi Fish
On Tuesday 22 Dec 2009 04:20:30 Parag Kalra wrote: > Hi Shlomi, > > Thanks for your valuable comments. Will definitely keep it in mind in > future scripts. You're welcome. > > > > I've ran it and I still cannot figure out the bug. > > > > Here is the bug - > > pa...@station3:/tmp$ perl /t

Re: Simple OOPs related query.

2009-12-21 Thread Parag Kalra
Hi Shlomi, Thanks for your valuable comments. Will definitely keep it in mind in future scripts. I've ran it and I still cannot figure out the bug. Here is the bug - pa...@station3:/tmp$ perl /tmp/oops.pl Chetak goes Neigh Chetak eats Long grass Chetak has Brown color An unamed Horse goes Ne

Re: Simple OOPs related query.

2009-12-20 Thread Shlomi Fish
On Sunday 20 Dec 2009 21:15:53 Parag Kalra wrote: > Hello All, > > Just started learning OOPs in Perl from the book 'Intermediate Perl' > written by Randal. As well as brian d foy and Tom Phoenix I may add. > > I have written a small program given below. Its wor

Simple OOPs related query.

2009-12-20 Thread Parag Kalra
Hello All, Just started learning OOPs in Perl from the book 'Intermediate Perl' written by Randal. I have written a small program given below. Its working at most places except while printing color of unnamed creatures. Just execute the script and you will figure out the bug. Cou

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 go

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

OOPS Sorry abat that

2004-06-22 Thread Amit Kulkarni
Accidently chose a wrong News-Group. but if you know ans. Your Welcome. THANX, AMIT K. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: OOPS!!

2004-04-26 Thread Jan Eden
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

Re: OOPS!!

2004-04-26 Thread Gabor Urban
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

OOPS!!

2004-04-26 Thread Sumanth Sharma
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. Thanks in advance, Sumanth Sharma

Re: beginners oops module

2003-11-17 Thread James Edward Gray II
On Nov 17, 2003, at 7:47 AM, NYIMI Jose (BMB) wrote: ch3 of "Object Oriented Perl" book by Conway is free at http://www.manning.com/getpage.html? project=conway&filename=Chapters.html Great reads ! The rest of the book is excellent as well. I recommend it. James -- To unsubscribe, e-mail: [EM

RE: beginners oops module

2003-11-17 Thread NYIMI Jose (BMB)
ect: beginners oops module Hi all, i wanna look at the (source code of) modules which give a basic understanding of OOPS programming style in Perl. any pointers will be helpful . thanks, KM -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] *

Re: beginners oops module

2003-11-17 Thread Tore Aursand
On Mon, 17 Nov 2003 16:43:55 +0530, km wrote: > i wanna look at the (source code of) modules which give a basic > understanding of OOPS programming style in Perl. any pointers will be > helpful . Pointers to what? Just take a look at come of the OO modules/classes out there, if you wa

Re: beginners oops module

2003-11-17 Thread Tore Aursand
On Mon, 17 Nov 2003 12:46:08 +0100, Tore Aursand wrote: >> i wanna look at the (source code of) modules which give a basic >> understanding of OOPS programming style in Perl. any pointers will be >> helpful . > Pointers to what? Just take a look at come of the OO module

beginners oops module

2003-11-17 Thread km
Hi all, i wanna look at the (source code of) modules which give a basic understanding of OOPS programming style in Perl. any pointers will be helpful . thanks, KM -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Globals in Subroutines (OOPS)

2001-11-29 Thread Matthew Walkup
Apologies: I figured it out, some bad code outside the subroutine, Thanks, Matt -Original Message- From: Matthew Walkup [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 10:44 AM To: [EMAIL PROTECTED] Subject: RE: Globals in Subroutines (OOPS) Some old code that i was

RE: Globals in Subroutines (OOPS)

2001-11-29 Thread Matthew Walkup
Some old code that i was testing with was accidently left in, the subroutine is: sub prepareandread_inputs { foreach my $input (@inputs) { if ($input->{gzip}) { $input->{handler} = gzopen($input->{full_path}, 'r') or die 'io;'.$input->{full_path} un

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

Oops! (was Re: if then and perl)

2001-07-18 Thread Sascha Kersken
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. Sascha -- "We Apologize For The Inconvenience" (God's Last Message To His Creation by Douglas Adams)

Re: Oops! (was Re: if then and perl)

2001-07-18 Thread Michael Fowler
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 shou

Oops! (was Re: if then and perl)

2001-07-18 Thread Sascha Kersken
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. Sascha -- "We Apologize For The Inconvenience" (God's Last Message To His Creation by Douglas Adams)