I read E. Castro's book when I was starting to learn perl and for a number of reasons was not very happy with it. To say the least, I could not get the hang of what programming was really all about, which could be a huge problem for a person who has had no previous programming experience. One book that has over and over been recommended as a good introduction to perl for non programmers is Elements of Programming with Perl, http://www.manning.com/Johnson/. Also you might want to have a look at How to Think Like a Computer Scientist: Learning with Python (http://www.greenteapress.com/thinkpython.html) which gives a great introduction to programming in general, each chapter ends with a glossary and can serve as a great reference. It is available for free download online. Good luck!

In reply to Re: Can a non-programmer teach Perl? by Anonymous Monk
in thread Can a non-programmer teach Perl? by Ovid

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.