Pod::TOC

Pod::TOC is a Perl module to extract a table of contents from a Pod file.
Download

Pod::TOC Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • brian d foy
  • Publisher web site:
  • http://search.cpan.org/~bdfoy/

Pod::TOC Tags


Pod::TOC Description

Pod::TOC is a Perl module to extract a table of contents from a Pod file. Pod::TOC is a Perl module to extract a table of contents from a Pod file.SYNOPSISThis is a Pod::Simple subclass, so it can do the same things. use Pod::TOC; my $parser = Pod::TOC->new; my $toc; open my($output_fh), ">", $toc; $parser->output_fh( $output_fh ); $parser->parse_file( $input_file );This is a Pod::Simple subclass to extract a table of contents from a pod file. It has the same interface as Pod::Simple, and only changes the internal bits. Requirements: · Perl


Pod::TOC Related Software