Pod::HTML_Elements 0.05 review

Download
by rbytes.net on

Pod::HTML_Elements is a Perl module to convert POD to tree of LWP's HTML::Element and hence HTML or PostScript. SYNOPSIS

License: Perl Artistic License
File size: 0K
Developer: Nick Ing-Simmons
0 stars award from rbytes.net

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