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

comment on

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

There's two steps to efficient learning in this area:

  1. Learning to learn. Grab a general book on the subject, read through it cover to cover. Get a general feel for the language, understand its basic architecture, learn the terminology, remember a few useful functions, and so forth.
  2. Specifics. What's the best data structure for this problem? What's the most effective way to parse XML? How do I create an array of hashes? What exactly does map do and why does everyone love it?

For number one, dead tree or online books are good. For number two, you can use a reference-style book like Programming Perl (which I think is one of the few excellent Perl books out there) or you can just read the docs and do a few searches. Personally I think Programming Perl is rather well packaged and would save you some time, but either will work well and you'll probably find yourself referring to perldoc every once in a while anyways. So you're not crazy, at least when it comes to this issue :).


In reply to Re: (OT) I prefer to do my learning with: dead trees or flying electrons? by Anonymous Monk
in thread (OT) I prefer to do my learning with: dead trees or flying electrons? by revdiablo

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

    No recent polls found