This is an impossible question to answer. There is general agreement about some things, but for the most part everyone has their own set of resources to suggest. Maybe one day you will have your own.
My standard set of recommended books, in order of my preference for actually learning the breadth of Perl, are:
- Object Oriented Perl (Conway)
- Effective Perl Programming (Hall, et al.)
- Mastering Perl (brian d foy)
- Perl Best Practices (Conway)
- Perl Medic (Scott)
>Perl the correct way
No book will teach you this any more than a book on a Human language will teach you how to speak or write the "correct way". Writing Perl, studying others' Perl, and participating in the community will be your best guide here. Same with any language, immersion is the best path for achieving the proper levels of enlightenment. There is a tremendous amount of free information out there. I encourage you to:
- read standard perldocs
- read module POD
- read internal source code of the modules you use
- read the resources listed in Perl News
- watch the countless YAPC, TPC, and Perl Workshop videos on ewetube
- lurk/participate here
Advanced Books I like:
- Higher Order Perl (Dominus) site
- Practical Text Mining in Perl (Bilisoly)
- Perl 5 Internals (Cozen) pdf
- Perl Testing: A Developer's Notebook (Langworth)
Milestones of Personal Development (no order, but everyone needs goals):
- ask questions on Perl Monks
- answer questions on Perl Monks
- locate your local Perl Mongers group
- actually attend a Perl Mongers meeting
- become a CPAN author
- contribute to someone else's CPAN module
- get into an argument on p5p about an aspect or change in Perl you're passionate about
- get banned from p5p due to overzealousness xD
One final note I will add is that one does not simply learn Perl. The best way to learn it is to use it to create something. Anyone that is passionate about accomplishing something with Perl will learn it along the way. So the best marker for success is having a motivating project or application of Perl to achieve. If you don't have one, think of one or find a project to get involved in. Good luck!
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.