In my mind, the perl docs are extremekly useful- after you learn how to use them. I am going thru this also, it is the same as when I first started learning unix. Yes the answer is in the man pages, but learning how to use them is almost as difficult as learning the language itself. I used to post to usenet and would ask people to include chapter and verse in all RTFM replies. It at least gave a target on where to look for an answer. I think the biggest problem/feature is as new people learning the language we don't know how to use them. Perhaps, someone should try to write a tutorial on using the perldocs :-) At this point, I use the O'reilly cd bookshelf as well as the super search here. The super search here will usually get me started on the right road to finding something similar I can use. If that doesn't work, check merlyn's site, he has written columns on almost everything I have been looking for so far! %^)

In reply to Re: Opinions on usefulness of Perldoc by scottstef
in thread Opinions on usefulness of Perldoc by nysus

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.