Pod::HTML_Elements

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

Pod::HTML_Elements Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Nick Ing-Simmons
  • Publisher web site:
  • http://search.cpan.org/~ni-s/

Pod::HTML_Elements Tags


Pod::HTML_Elements Description

Pod::HTML_Elements is a Perl module to convert POD to tree of LWP's HTML::Element and hence HTML or PostScript. 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 Related Software