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??
My favorites:
  • Effective Perl Programming (teaches idiomatic Perl)
  • Advanced Perl Programming (just like it sounds)
  • Object-Oriented Perl (discusses many cool advanced topics, not just OO)
  • Mastering Algorithms with Perl (any MP3 code will likely make use of concepts in this book)
Now, that said, I'm not sure there's much that any book can do to help you understand difficult Perl. My advice for how to learn to read difficult Perl: write difficult Perl. Make every line of your code count. Learn something in each construct you fashion. There's always some way to write it shorter, so go find it.

Of course, this will largely result in the opposite of easily readable, maintainable code. But, you'll be surprised at how much of that "difficult" code becomes just "normal" after a short time of writing "power Perl." Constructs you used to consider obtuse will soon be just common.

Russ
Brainbench 'Most Valuable Professional' for Perl


In reply to Re: heavy perl by Russ
in thread heavy perl by Miker

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 exploiting the Monastery: (6)
As of 2024-04-18 07:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found