Very lightly.

I have a copy of the third edition (July 2001) in front of me now, and am checking ...

The five page table of contents doesn't mention the word "object" that I can find, nor "CPAN" - though I see pack, unpack, grep, fork, and three chapters on regular expressions.

The index does contain "object oriented programming" and takes me to two paragraphs on page 297 which point me towards perlobj and perlboot in the manpages.

Appendix B, which perhaps you're refering to, does describe several CPAN modules. Within the paragraph describing File::Spec on pg 285 the Class->method() syntax is mentioned.

Arthur Dent's phrase comes to mind : "It was in the bottom of a locked filing cabinet stuck in a disused lavatory with a sign on the door saying 'Beware of the Leopard'."

Please don't get me wrong - the llama is part of what I used to learn perl back in the days of yore, and is still a strong resource. But I think this flaw is serious enough that I don't use it as a primary text.

- barrachois

In reply to Re^3: Teaching Perl by barrachois
in thread Teaching Perl by compgeek78

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.