The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

podselect - print selected sections of pod documentation on standard output

SYNOPSIS

podselect [-help] [-man] [-select section-spec] [file ...]

OPTIONS AND ARGUMENTS

-help

Print a brief help message and exit.

-man

Print the manual page and exit.

-select section-spec

Specify a section to include in the output. See "SECTION SPECIFICATIONS" in PDL::Pod::Parser for 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 pod documentation (defaults to standard input).

DESCRIPTION

podselect will read the given input files looking for pod documentation and will print out (in raw pod format) all sections that match one ore more of the given section specifications. If no section specifications are given than all pod sections encountered are output.

podselect invokes the podselect() function in the PDL::Pod::Select module. Please see "podselect()" in PDL::Pod::Select.

SEE ALSO

PDL::Pod::Parser and PDL::Pod::Select

AUTHOR

Brad Appleton <Brad_Appleton-GBDA001@email.mot.com>

Based on code for Pod::Text::pod2text(1) written by Tom Christiansen <tchrist@mox.perl.com>