Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^3: Why so much hate?

by chromatic (Archbishop)
on Aug 06, 2013 at 18:52 UTC ( [id://1048161]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Why so much hate?
in thread Why so much hate?

Modern Perl assumes you're already decent at programming, so it elides some basic stuff in favor of explaining how Perl works from philosophy to programming in the large. Learning Perl assumes you've never programmed before, so it spends more time on the basics, covers less of the language, and doesn't explore the philosophy of Perl in as much detail.

Replies are listed 'Best First'.
Re^4: Why so much hate?
by Carfax (Acolyte) on Aug 06, 2013 at 21:07 UTC

    Thank you very much

      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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1048161]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-19 15:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found