As my primary text for learning Perl, I've been using Perl Programming for the Absolute Beginner by Jerry Lee Ford, Jr. I'm a retired teacher with four decades of experience, and I like the approach that Ford takes. But there are two drawbacks to this book. First, a list of errata is not available from the publisher, altho there are several typos and other errors. Second, the topic of each chapter culminates in a script which the student -- me -- types in. This demonstrates the main points in that chapter's topic. Good, so far. Each chapter ends with a set of "Challenges," which direct the student to modify the script. Good. But BAD comes in when nowhere in the book are there any solutions to these Challenges. My prior programming experience has helped me solve some of the these problems but, for the most part, I've been relying on the folks here to help me. Does anyone know whether the solutions to these "challenges" have been published anywhere?


In reply to J.L. Ford's "Challenges" by irvson

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.