That's a good book, but having read it (and having re-read the excerpt you pointed to in the link above), I am not seeing quite how you came up with what you did. But that's not important. The important thing is that you've asked a few good questions, and have had thick enough skin to stick around for the answers. I ++ed both of your nodes in this thread for that reason, particularly after seeing the updates. So many times we see someone "fly by" with a question that seems like it's coming from left field, and then after we answer or request further clarification, never see the individual again. Kudos for sticking with it.

I recommend putting the Advanced Perl Programming book off for now. It's a great book but it doesn't deal with advanced Perl syntax so much as advanced topics addressed by Perl. It does get into symbol table tricks to some degree, but for the most part it's about implementing solutions with Perl. Mastering Perl is in a similar category; another great book that sort of takes on random topics related to implementing real-world solutions with Perl.

But Learning Perl and Intermediate Perl are books dedicated to Perl itself; Perl syntax, Perl data types, Perl objects, Perl modules, Perl operators, etc.


Dave


In reply to Re^3: If Not Replace by davido
in thread If Not Replace by Inexistence

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.