Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

comment on

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

Let me add that as you progress through Learning Perl (and then Intermediate Perl), what is taught will start to converge with Modern Perl principles reasonably well.

As chromatic said, Learning Perl is designed to teach programming as well as Perl, so it focuses on one thing at a time and ignores some good practices early on to avoid confusion.

I recommend the latest edition of Intermediate Perl after Learning Perl and then Effective Perl Programming and/or Modern Perl after that.

Stay away from Higher Order Perl until you consider yourself a "pretty good" programmer — or if you really enjoy the theoretical aspects of programming. It's a great book, but probably more confusing than helpful in the early years.

I'm not a fan of Mastering Perl or Advanced Perl Programming. They have some useful bits, but nothing critical. Possibly the rewrite of Mastering Perl (not yet published) will improve it.

I loved the Perl Cookbook years ago, but it's rather out of date now. It might be useful for recipes to get things done, but I wouldn't look to it as a guide for good ways to do things. You'll probably get better answers asking here.

Avoid Object Oriented Perl. Horribly outdated.

Perl Best Practices is good but needs to be taken with many grains of salt. There are good things there, but there are very opinionated/bad things there. I think there are discussions somewhere on this site about it. Save it for later when you start to have your own opinions about good ways to do things for context and don't use it as gospel.

Hope that helps guide you.

(N.B: I was a technical reviewer for Intermediate Perl)

-xdg

Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.

In reply to Re^5: Why so much hate? by xdg
in thread Why so much hate? by Carfax

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 chanting in the Monastery: (7)
As of 2024-04-19 12:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found