in reply to unhappy with Pod::Html

Not a direct answer to your question of whether Pod::Html should be kicked out, but have you tried Mr. Burke's Pod::Simple? Here's what your code would look like with P::S
use Pod::Simple::HTML; my $p = Pod::Simple::HTML->new; $p->output_string(\my $html); ## assuming $pod_snippet already exists $p->parse_string_document($pod_snippet);
Apparently it's all the rage these days with them kids, and also might make you forget all about Pod::Html ;)
HTH

_________
broquaint

Replies are listed 'Best First'.
Re: Re: unhappy with Pod::Html
by dada (Chaplain) on May 14, 2003 at 13:44 UTC
    looks fine, thank you. as I was looking for an ASAP-type solution, I just made a little tour on http://search.cpan.org to see what was there, without paying much attention.

    very much probably, I overlooked Pod::Simple::HTML for its total lack of documentation :-)

    cheers,
    Aldo

    King of Laziness, Wizard of Impatience, Lord of Hubris

Re^2: unhappy with Pod::Html
by haruspex (Chaplain) on Jan 12, 2005 at 18:52 UTC
    I'd ++ this if I could vote.
    Ah, If I'd only decided to search PM a month ago, ...before I ripped my hair out trying to get pod2html->cgi working.

    haruspex: soothsayer to the stars

    "sooth!!!" -me