Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: unhappy with Pod::Html

by broquaint (Abbot)
on May 14, 2003 at 13:37 UTC ( [id://258079]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (6)
As of 2024-03-28 08:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found