Or more accurately;
I've recently made the decision to dump/replace PHP for/with Perl. Mind you I began life with perl shortly after it's incarnation. Managed all our servers with perl, all the web services, and pages were manages/written by/with perl. Over the years I became tempted to try PHP, and finally succumed(sp). Rewrote nearly all my projects, with the exception of 2 large ones, which I simply wrapped in PHP. Well, INMHO PHP is going everywhere but where it should, and I never had any issues with perl. So the prodigal son returns home. :)

To the point!
In staging for this return to perl, I've chosen a couple of templating engines, and all told; have ~1032 modules. Now, I'd like to become familiar with them, so I'll need to RTFM. Which in perl-speak == peardoc. Perldoc is nice, but it would be even nicer if I could search the perl man pages - something like FreeBSD's web based searchable man pages:
http://www.freebsd.org/cgi/man.cgi
Is there already an equivalent for perl and it's modules? Or will I be required to cobble it up myself? I searched perldoc.perl.org, and everywhere else I could think (including here). But no joy.

Thank you for all your time and consideration.

In reply to is there a man equivalent for perl that's searchable? by CamelDung

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.