in reply to unhappy with Pod::Html
Apparently it's all the rage these days with them kids, and also might make you forget all about Pod::Html ;)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);
_________
broquaint
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: unhappy with Pod::Html
by dada (Chaplain) on May 14, 2003 at 13:44 UTC | |
|
Re^2: unhappy with Pod::Html
by haruspex (Chaplain) on Jan 12, 2005 at 18:52 UTC |