1N/A###### begin =include podselect.PL #####
1N/ANAME
1N/A podselect - print selected sections of pod documentation on standard
1N/A output
1N/A
1N/ASYNOPSIS
1N/A podselect [-help] [-man] [-section *section-spec*] [*file* ...]
1N/A
1N/AOPTIONS AND ARGUMENTS
1N/A -help Print a brief help message and exit.
1N/A
1N/A -man Print the manual page and exit.
1N/A
1N/A -section *section-spec*
1N/A Specify a section to include in the output. See the section on
1N/A "SECTION SPECIFICATIONS" in the Pod::Parser manpage for the
1N/A format to use for *section-spec*. This option may be given
1N/A multiple times on the command line.
1N/A
1N/A *file* The pathname of a file from which to select sections of pod
1N/A documentation (defaults to standard input).
1N/A
1N/ADESCRIPTION
1N/A podselect will read the given input files looking for pod documentation
1N/A and will print out (in raw pod format) all sections that match one ore
1N/A more of the given section specifications. If no section specifications
1N/A are given than all pod sections encountered are output.
1N/A
1N/A podselect invokes the podselect() function exported by Pod::Select
1N/A Please see the podselect() entry in the Pod::Select manpage for more
1N/A details.
1N/A
1N/ASEE ALSO
1N/A the Pod::Parser manpage and the Pod::Select manpage
1N/A
1N/AAUTHOR
1N/A Please report bugs using http://rt.cpan.org.
1N/A
1N/A Brad Appleton <bradapp@enteract.com>
1N/A
1N/A Based on code for Pod::Text::pod2text(1) written by Tom Christiansen
1N/A <tchrist@mox.perl.com>
1N/A
1N/A###### end =include podselect.PL #####