in reply to Anyone a wiz with Pod::HTML ?

No, but Marek::Pod::HTML (mpod2html is similar to pod2html, but generates a "toc" and "index" by default) won't do that.

Neither will Pod::POM, or Pod::Simple, or even Pod::Tree (beware though, it overwrites pod2html, but is similar to pod2html, and provides utilities like mpod2html to generate a toc/index, but is they don't work too well).

BTW - it's Pod::Html last I checked ;)(although it may actually be HTML.pm in some ActivePerl distros)


MJD says you can't just make shit up and expect the computer to know what you mean, retardo!
** The Third rule of perl club is a statement of fact: pod is sexy.

Replies are listed 'Best First'.
Re: Re: Anyone a wiz with Pod::HTML ?
by John M. Dlugosz (Monsignor) on Jan 17, 2003 at 05:41 UTC
    The one I was using generates a table of contents. How is mpod2html different regarding that?

    I'll beware of Pod::Tree, thanks.

    —John