Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

One "way to do it":

  • Learning Perl: It sounds to me like you're probably past this point already.
  • Intermediate Perl: This may be a good choice for you; references, packages, modules, objects, testing, distribution.
  • Modern Perl: This is a nice book demonstrating a more modern philosophy toward using Perl effectively.
  • Programming Perl: I had the 2nd and 3rd editions, and wasn't sure the 4th would be worthwhile, but its sections on pattern matching (explaining more recent editions to the Perl RE sub-language), and Unicode have been highly worthwhile for me. It also covers things like security, as well as more modern tools and techniques.
  • Perl Testing: A Developer's Notebook: Perl has really embraced the testing culture, and while Intermediate Perl and the documentation for Test::More can get you headed in the right direction, this book helps to broaden ones skill-set (and tool set) for testing.
  • Higher Order Perl: This book is excellent. You probably won't want to run out and write a parser using functional techniques as the first order of business after finishing the book, but it will improve your mastery of "higher order" techniques, and this is almost certain to reflect in your code.

There are a lot of other resources. And my list got longer than I originally intended. There are other books I really like, but didn't include, because this list alone is plenty to help you (along with your own research and practice) to get over the next hump or two, or more. :)


Dave


In reply to Re: Suggestions for getting a more solid understanding of Perl by davido
in thread Suggestions for getting a more solid understanding of Perl by imlepid

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (8)
As of 2024-04-23 16:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found