Re: OO perl programming

2014-02-16 Thread Sebastien Feugere
Chromatic Modern Perl [1] + Ovid's Beginning Perl [2] [1] http://modernperlbooks.com/books/modern_perl/chapter_00.html [2] http://shop.oreilly.com/product/9781118013847.do Sébastien On Thu, Feb 6, 2014 at 5:30 AM, kavita kulkarni wrote: > Can somebody suggest me good book to learn/practice obj

Re: OO perl programming

2014-02-15 Thread Janek Schleicher
Am 13.02.2014 21:27, schrieb Uri Guttman: actually that isn't totally true. the concepts are fairly language independent but some languages have better support for OO than others. in particular it isn't hard to do OO even assembler (which i did) in that i grouped common data together and called s

Re: OO perl programming

2014-02-13 Thread Octavian Rasnita
From: Robert Wohlfarth On Thu, Feb 13, 2014 at 2:46 PM, Jim Gibson wrote: CPAN modules should be OO nowadays, just to avoid namespace clashes (all the good function names are taken). Packages already prevent namespace clashes. Why add the overhead and complexity of objects? My pe

Re: OO perl programming

2014-02-13 Thread Robert Wohlfarth
On Thu, Feb 13, 2014 at 2:46 PM, Jim Gibson wrote: > CPAN modules should be OO nowadays, just to avoid namespace clashes (all > the good function names are taken). > Packages already prevent namespace clashes. Why add the overhead and complexity of objects? My personal rule of thumb is that obj

Re: OO perl programming

2014-02-13 Thread Jim Gibson
On Feb 13, 2014, at 12:27 PM, Uri Guttman wrote: > On 02/13/2014 12:39 PM, Janek Schleicher wrote: >> Am 05.02.2014 23:30, schrieb kavita kulkarni: >>> Can somebody suggest me good book to learn/practice object oriented Perl >>> programming. >> >> The usual answer is to study computer science. >

Re: OO perl programming

2014-02-13 Thread Shawn H Corey
On Thu, 13 Feb 2014 15:27:28 -0500 Uri Guttman wrote: > On 02/13/2014 12:39 PM, Janek Schleicher wrote: > > Am 05.02.2014 23:30, schrieb kavita kulkarni: > >> Can somebody suggest me good book to learn/practice object > >> oriented Perl programming. > > > > The usual answer is to study comput

Re: OO perl programming

2014-02-13 Thread Uri Guttman
On 02/13/2014 12:39 PM, Janek Schleicher wrote: Am 05.02.2014 23:30, schrieb kavita kulkarni: Can somebody suggest me good book to learn/practice object oriented Perl programming. The usual answer is to study computer science. OO programming is the same independet of language. actually that

Re: OO perl programming

2014-02-13 Thread Janek Schleicher
Am 05.02.2014 23:30, schrieb kavita kulkarni: Can somebody suggest me good book to learn/practice object oriented Perl programming. The usual answer is to study computer science. OO programming is the same independet of language. Greetings, Janek -- To unsubscribe, e-mail: beginners-unsubsc

Re: OO perl programming

2014-02-10 Thread Rob Dixon
On 07/02/2014 01:11, Sam wrote: The oreilly "Learning Perl" teaches one to use the ampersand when calling subroutines, which most perl'ers will disagree with. I did it for years with out even questioning it until it bit me because I had read that book. I believe that most of the recent dislike

Re: OO perl programming

2014-02-07 Thread timothy adigun
Hi On Fri, Feb 7, 2014 at 2:11 AM, Sam wrote: > On 02/06/2014 12:00 PM, Frank Landry wrote: > >> any of the oreilly books >> >> >> Frank N. Landry >> > > The oreilly "Learning Perl" teaches one to use the ampersand when calling > subroutines, Which edition of "Learning Perl" are you using

Re: OO perl programming

2014-02-06 Thread Sam
On 02/06/2014 12:00 PM, Frank Landry wrote: any of the oreilly books Frank N. Landry The oreilly "Learning Perl" teaches one to use the ampersand when calling subroutines, which most perl'ers will disagree with. I did it for years with out even questioning it until it bit me because I had

Re: OO perl programming

2014-02-06 Thread Manfred Lotz
On Wed, 5 Feb 2014 19:00:12 -0500 Omega -1911 <1911...@gmail.com> wrote: > I really think the quoting that you own a resource for beginners is > outdated. Why should you have to reveal you own a site that helps > people? I wish all the Perl guru's would put down their differences > and get this li

Re: OO perl programming

2014-02-06 Thread Frank Landry
any of the oreilly books On Thu, Feb 6, 2014 at 9:50 AM, lesleyb wrote: > On Wed, Feb 05, 2014 at 11:52:39PM -0600, Sam wrote: > > On 02/05/2014 04:30 PM, kavita kulkarni wrote: > > >Can somebody suggest me good book to learn/practice object oriented Perl > > >programming. > > > > > > > > >Reg

Re: OO perl programming

2014-02-06 Thread 'lesleyb'
On Wed, Feb 05, 2014 at 11:52:39PM -0600, Sam wrote: > On 02/05/2014 04:30 PM, kavita kulkarni wrote: > >Can somebody suggest me good book to learn/practice object oriented Perl > >programming. > > > > > >Regards, > >Kavita :-) > > > Beginning Perl by Curtis Poe is a really good read. Also there

Re: OO perl programming

2014-02-06 Thread Shaji Kalidasan
Hi Kavita, Here is a good starting point for OO Perl. Further, you can purchase a copy of Object Oriented Perl by Damian Conway at Amazon. (Please follow the second Link)

Re: OO perl programming

2014-02-06 Thread Shlomi Fish
Hi Omega, On Wed, 5 Feb 2014 19:05:37 -0500 Omega -1911 <1911...@gmail.com> wrote: > "TIMTOWTDO" = There is more than one way to do than otherwise (told) > thanks for expanding the acronym! I decided to avoid using acronyms as much as possible, ever since I read this page: * http://web.arc

Re: OO perl programming

2014-02-06 Thread Shlomi Fish
Hi Omega, On Wed, 5 Feb 2014 19:00:12 -0500 Omega -1911 <1911...@gmail.com> wrote: > I really think the quoting that you own a resource for beginners is > outdated. Why should you have to reveal you own a site that helps people? Well, I think you've seen that in the past someone here had issues

Re: OO perl programming

2014-02-05 Thread Sam
On 02/05/2014 04:30 PM, kavita kulkarni wrote: Can somebody suggest me good book to learn/practice object oriented Perl programming. Regards, Kavita :-) Beginning Perl by Curtis Poe is a really good read. Also there are many tutorials for perl moose online. Sam -- To unsubscribe, e-mail

Re: OO perl programming

2014-02-05 Thread Charles DeRykus
On Wed, Feb 5, 2014 at 2:30 PM, kavita kulkarni wrote: > Can somebody suggest me good book to learn/practice object oriented Perl > programming. > > With a recently modern perl, I'd start with perl's own tutorial to get a short overview. See: perldoc perlootut And, then go on to other sugge

Re: OO perl programming

2014-02-05 Thread Omega -1911
"TIMTOWTDO" = There is more than one way to do than otherwise (told) On Wed, Feb 5, 2014 at 7:00 PM, Omega -1911 <1911...@gmail.com> wrote: > I really think the quoting that you own a resource for beginners is > outdated. Why should you have to reveal you own a site that helps people? I > wi

Re: OO perl programming

2014-02-05 Thread Omega -1911
I really think the quoting that you own a resource for beginners is outdated. Why should you have to reveal you own a site that helps people? I wish all the Perl guru's would put down their differences and get this list back to JUST HELPING PEOPLE... If "TIMTOWTDO" is a TRUE concept, WHY are there

Re: OO perl programming

2014-02-05 Thread Shlomi Fish
Hi Kavita, welcome aboard. On Wed, 5 Feb 2014 14:30:53 -0800 kavita kulkarni wrote: > Can somebody suggest me good book to learn/practice object oriented Perl > programming. > First of all see: http://perl-begin.org/topics/object-oriented/ (Note: I originated and maintain perl-begin.org and m

RE: OO Perl programming.

2001-11-28 Thread terrence
Thanks, that's what I needed. thanks again. Cheers, Terrence -Original Message- From: Adam Turoff [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 10:19 PM To: Terrence Chan Cc: [EMAIL PROTECTED] Subject: Re: OO Perl programming. On Wed, Nov 28, 2001 at 04:54:53PM

Re: OO Perl programming.

2001-11-28 Thread Adam Turoff
On Wed, Nov 28, 2001 at 04:54:53PM +0800, Terrence Chan wrote: > I'm new to OO Perl and I wonder if it is possible to implement Sigleton > pattern in OO perl. And how it is implemented. > > Any info/pointer is welcomed. Check out search.cpan.org for "singleton". You'll find this: http://search