Re: [OT] All of Perldocs to HTML files
have you looked at Pod::Html ? You can use that together with File::Find to convert a directory of pods.
[OT] All of Perldocs to HTML files
Hi, I know this is is wy OT. Kick me privately, please. I am looking for a way to dump all of the available perldocs into an organized HTML structure. Activestate people are doing it in their standard distro -- but I couldn't find how. They even get cross-module links ("See Also") just fine. Is there a know script for that? A canonical way to do it? Martin