NAME
Pod::Perldoc::ToToc - Translate Pod to a Table of Contents
SYNOPSIS
Use this module with perldoc
's -M
switch.
% perldoc -MPod::Perldoc::ToToc Module::Name
DESCRIPTION
This module uses the Pod::Perldoc
module to extract a table of contents from a pod file.
METHODS
- parse_from_file( FILENAME, OUTPUT_FH )
-
Parse the file named in
FILENAME
usingPod::TOC
and send the results to the output filehandleOUTPUT_FH
.
SEE ALSO
SOURCE AVAILABILITY
This source is in Github:
https://github.com/briandfoy/pod-perldoc-totoc
AUTHOR
brian d foy, <briandfoy@pobox.com>
COPYRIGHT AND LICENSE
Copyright © 2006-2024, brian d foy <briandfoy@pobox.com>. All rights reserved.
You may redistribute this under the terms of the Artistic License 2.0.