MAN page from Other perl-PodParser-1.28-8.noarch.rpm
PODSELECT
Section: User Contributed Perl Documentation (1)
Updated: perl v5.6.1
Index NAME
podselect - print selected sections of pod documentation on standard output
SYNOPSIS
podselect [
-help] [
-man] [
-section section-spec][
file ...]
OPTIONS AND ARGUMENTS
- -help
- Print a brief help message and exit.
- -man
- Print the manual page and exit.
- -section section-spec
- Specify a section to include in the output.See the SECTION SPECIFICATIONS entry in the Pod::Parser manpagefor the format to use for section-spec.This option may be given multiple times on the command line.
- file
- The pathname of a file from which to select sections of poddocumentation (defaults to standard input).
DESCRIPTION
podselect will read the given input files looking for poddocumentation and will print out (in raw pod format) all sections thatmatch one ore more of the given section specifications. If no sectionspecifications are given than all pod sections encountered are output.
podselect invokes the podselect() function exported by Pod::SelectPlease see the podselect() entry in the Pod::Select manpage for more details.
SEE ALSO
the Pod::Parser manpage and the Pod::Select manpage
AUTHOR
Please report bugs using
http://rt.cpan.org.Brad Appleton <bradappAATTenteract.com>
Based on code for Pod::Text::pod2text(1) written byTom Christiansen <tchristAATTmox.perl.com>
Index
- NAME
- SYNOPSIS
- OPTIONS AND ARGUMENTS
- DESCRIPTION
- SEE ALSO
- AUTHOR
This document was created byman2html,using the manual pages.