Thank you. I am aware of perldoc and use it very frequently. However
Programming Perl v3 describes some search capability beyond what perldoc does:
- ability to search any perl manpage for a regexp (not just perlfaq, perlfunc, and perltoc) using the commands shown above rather than using perldoc directly.
- ability to search the entire perl manual, including all headers, descriptions, and examples for any instance of the string, using perlhelp
These features would be quite helpful, if they worked. It might not be too difficult to modify perldoc to implement these features, but if the wheel already exists...???
In searching a bit more for this, I found this thread (this post, specifically) in comp.lang.perl.misc that explains what might have happened in regards to this feature. (If you have trouble with the above link, go here (or manually search Google groups for: programming perl dated info)) then visit the thread entitled "Programming Perl Q Certain info dated".
Does anyone have any conclusive information about this?
Update: Added the following
A bit more research turned up this recent posting, which states that there is an alpha version, but the link appears to be dead (at least right now).
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.