The right direction to start learning Perl: there's more than one way to do it (TMTOWTDI). Some starters (a bit in my order of preference):

Online Perl Library (several online books)
Online Perl books (several other online books)
Perl Introduction (online introduction to Perl)
Perl Monks Tutorials (a world of knowledge on itself)
Perl Monks Library (yet another world of knowledge (yawow))
The O'Reilly Perl Center
The famous Llama Book (Learning Perl) by Randal Schwartz (and others)
The O'Reilly Perl CD Bookshelf (7 Perl books on a CD, including Learning Perl)
Perl Documentation (online and extensive)
The Perl Directory (even more documentation)
Frequently Asked Questions about Perl
CPAN Comprehensive Perl Archive Network (info and modules ready to use
CPAN Search and find
Perl Monks FAQ - Questions and answers about this website and pointers to a lot of info
The Perl Archive

Enjoy!

Update: the above list links came from my personal list of resources. I threw in a couple of hours to adapt it and make a new, nicer formatted node, that contains these and a lot more useful links and information: Where and how to start learning Perl.


In reply to Re: SAS vs Perl? by woolfy
in thread SAS vs Perl? by gunglichen

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.