Despite what others say, I find OReilly books hard to learn from. Don't get me wrong I think they are great reference material. I learned Perl from David Till's book -> http://www.amazon.com/teach-Yourself-Perl-Days-Sams/dp/0672308940/ref=sr_1_2?ie=UTF8&s=books&qid=1200481137&sr=8-2
I guess if you are buying a used copy for 31 cents you can hardly go wrong. David Till was even nice enough to send me the programs all typed in. Structured programming is easier to learn, but might not serve you in the long run if you choose programming as a career.

In reply to Re: Learn how to program by rreck
in thread Learn how to program by alf123

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.