On 11/2/06, Bryan R Harris <[EMAIL PROTECTED]> wrote:

is there a way to get perldoc to dump *everything* it knows
into a huge text file?

In addition to the core Perl documentation, which is a large set of
pod files, nearly all modules have their own documentation files
(usually with .pod or .pm extensions).

Although perldoc doesn't (to my knowledge) have an ability to dump all
of these, nevertheless it should be a simple matter to find and
process the ones you're interested in (via File::Find, perhaps).

Good luck with it!

--Tom Phoenix
Stonehenge Perl Training

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to