After reading the replies, I realise that my question was not enough. What I really wanted to ask was:

What's the most useful thing to learn after covering everything in Learning Perl?

This question as well is not enough. :-) There is a lot of material to go through. The order that you use depends greatly on what you want to get from it. Is this your career, do you need to get up to speed ASAP? Then you'll want to buy multiple books and read perldoc, use what you learn, and repeat until you are blue in the face. Some foundational books I've used are "Programming Perl", "Perl Cookbook" and "Object Oriented Perl". I had a long programming background in other languages so reference works helped me most (i.e. I never bought "Learning Perl"). If you are newer to programming, others may have to help here. Sometimes classes can work wonders.

If this is just a hobby on the otherhand or you are writing a few short scripts here and there, then your perferred style of learning becomes more imporant (i.e. to keep it enjoyable, and less costly).


In reply to Re: What's the most important thing to learn in the Perl world? by bluto
in thread What's the most important thing to learn in the Perl world? by ghenry

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



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.