Hi Kavita,

welcome aboard.

On Wed, 5 Feb 2014 14:30:53 -0800
kavita kulkarni <kavitahkulka...@gmail.com> 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 most of the content there). If you
already know Perl and understand OOP to a substantial extent, then you should
read the Moose Manual followed by the Moose Cookbook:

* https://metacpan.org/pod/release/ETHER/Moose-2.1202/lib/Moose/Manual.pod

* https://metacpan.org/pod/release/ETHER/Moose-2.1202/lib/Moose/Cookbook.pod

(Links are specific with respect to the Moose version).

After that, you should be able to use either Moose or Moo depending on what you
need (Moo provides a subset of Moose, and is Moose-compatible).

I recall a version of the Moose documentation built from the PODs (= the
Perl documentation format) made available on Lulu.com as an EBOOK or a
print-on-demand book:
http://www.lulu.com/shop/dave-rolsky-and-stevan-little/moose/ebook/product-17430698.html
- however it seems to cover only Moose 0.87 which is old.

If you don't know Perl and/or OOP too well, then you should first read the
relevant parts of chromatic’s Modern Perl book:

http://perl-begin.org/books/#modern-perl

Good luck!

Regards,

        Shlomi Fish

P.S: seems like I'll need to revamp http://perl-begin.org/ because some of the
resources pointed there are outdated. :-(.

-- 
-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
List of Portability Libraries - http://shlom.in/port-libs

All truth is God’s truth.
    —
http://www.shlomifish.org/humour/fortunes/show.cgi?id=larry-wall-all-truth-is-gods-truh

Please reply to list if it's a mailing list post - http://shlom.in/reply .

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to