Pod::HTML_Elements 0.05 review
DownloadPod::HTML_Elements is a Perl module to convert POD to tree of LWP's HTML::Element and hence HTML or PostScript. SYNOPSIS
|
|
Pod::HTML_Elements is a Perl module to convert POD to tree of LWP's HTML::Element and hence HTML or PostScript.
SYNOPSIS
use Pod::HTML_Elements;
my $parser = new Pod::HTML_Elements;
$parser->parse_from_file($pod,'foo.html');
my $parser = new Pod::HTML_Elements PostScript => 1;
$parser->parse_from_file($pod,'foo.ps');
Pod::HTML_Elements is subclass of Pod::Parser. As the pod is parsed a tree of HTML::Element objects is built to represent HTML for the pod.
At the end of each pod HTML or PostScript representation is written to the output file.
Requirements:
Perl
Pod::HTML_Elements 0.05 keywords