If you've read the third edition of Programming Perl (and who hasn't?), you may have noticed this line in the preface:

Besides the customary search capabilities inherent in most document-viewing programs, as of the 5.6.1 release of Perl, each main Perl manpage has its own search and display capability.

Tom Christiansen has released the first version of these tools at http://doriath.perl.com/misc/perlman-alpha0.tar.gz. The base program is perlman, which allows you to access the rest of the documentation (e.g., calling perlman perlop, or simply perlop). It's very flexible, extensible, and Unix-like (though it is also quite portable). There will also be a perlhelp program to search all the available documentation at once, and perldoc for backward compatability. This also includes the very useful pmpath from Christiansen's pmtools distribution.

So everyone go get it and start playing with it so we can include it in perl 5.6.1 like the Camel promised. Documentation and instructions for this early-alpha distribution are included.


In reply to New Perl Documentation Tools by perlnewsbot

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.