in reply to Perl Book OOPS

Remember Perl Videos and Book? You can start there :)

Replies are listed 'Best First'.
Re^2: Perl Book OOPS
by puneet.keswani (Novice) on Dec 11, 2012 at 16:53 UTC

    Thanks for reminding me, but this time around I am more interested in Packages, Modules, Libraries, and OOPS. Is there any book which deals with these concepts exclusively. Thanks for your help.

      Two books come to mind, in that case. Both are good. Intermediate Perl (from O'Reilly), and Modern Perl (chromatic's book). I think that Intermediate Perl is probably a better choice for getting started with packages, modules, libraries, and object oriented programming. Modern Perl is great too, but probably as a next step.


      Dave