I think it's a matter of using the right tool for the right job.

I own (or have access to) every single Perl book published by O'Reilly, and several others. At any given time I usually have several of them scattered on my desk. So yes, I like books. For language-related reference, nothing beats O'Reilly's pocket reference, or the Camel for more detailed stuff.

But sometimes I find it easier to find things in perldocs. For one, module documentation, which is not in any book (other than the "Perl resource kit" from O'Reilly, but that is terribly outdated). But let's say I don't quiite remember the syntax for some function, sometimes nothing beats "perldoc -f function". Or for special variables, "perldoc perlvar" and grepping for the appropriate keywords.

So I guess I agree with your meditation. I like books, but I'm glad perldoc exists.

--ZZamboni

(Oh, and yes, Conway's advanced OO session at TPC4.0 was truly awe-inspiring)


In reply to RE: Perldoc's vrs. Books, and RTFM's by ZZamboni
in thread Perldoc's vrs. Books, and RTFM's by coreolyn

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.