Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Perl Module Documentation

by Khen1950fx (Canon)
on Dec 21, 2011 at 06:34 UTC ( [id://944540]=note: print w/replies, xml ) Need Help??


in reply to Perl Module Documentation

I think that I found it...

HTML::Perlinfo.

I have over 20,000 modules, so it took a half-hour to get all the info, and it took another ten minutes to display on Firefox.
#!/usr/bin/perl use HTML::Perlinfo; $|=1; open STDOUT, '>', 'modinfo.html'; print perlinfo(INFO_MODULES); close STDOUT;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://944540]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (7)
As of 2024-03-28 13:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found