CamelDung has asked for the wisdom of the Perl Monks concerning the following question:

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.
  • Comment on is there a man equivalent for perl that's searchable?

Replies are listed 'Best First'.
Re: is there a man equivalent for perl that's searchable?
by marto (Cardinal) on Jan 02, 2010 at 13:20 UTC

      Greetings marto, and thank you for your reply.
      Yes, I'm aware of all of them, and searched them. But it doesn't provide the results I was looking/hoping for. I had hoped to discover a searchable www based index like the FreeBSD MAN pages. What's nice about this, it that I created an xml file for firefox. So I am able to search the man pages as though it was a search engine like yahoo!, or google.


      Thanks again.
Re: is there a man equivalent for perl that's searchable?
by Gangabass (Vicar) on Jan 02, 2010 at 14:39 UTC
      Greetings Gangabass, and thank you for your reply.

      Out of frustration, I opted to get a copy of the FreeBSD MAN pages script and adapt it to work on my locally installed commands, installed applications, and perl. It works perfectly for all *roff formatted pages. But not as well for the perl module man pages. :(

      Do you, or anyone else know how I might achieve the same results as the CPAN search - eg; perl::monks?


      Thank you for all your time and consideration.