Go to main content
マニュアルページ セク ション 1: ユー ザーコマンド

印刷ビューの終了

更新: 2016年12月6日
 
 

podselect (1)

名前

podselect - print selected sections of pod documentation on standard output

形式

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

説明

Perl Programmers Reference Guide                                  PODSELECT(1)



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 "SECTION
               SPECIFICATIONS" in 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 exported by Pod::Select
       Please see "podselect()" in Pod::Select for more details.


ATTRIBUTES
       See attributes(5) for descriptions of the following attributes:


       +---------------+------------------+
       |ATTRIBUTE TYPE | ATTRIBUTE VALUE  |
       +---------------+------------------+
       |Availability   | runtime/perl-512 |
       +---------------+------------------+
       |Stability      | Uncommitted      |
       +---------------+------------------+
SEE ALSO
       Pod::Parser and Pod::Select

AUTHOR
       Please report bugs using <http://rt.cpan.org>.

       Brad Appleton <bradapp@enteract.com>

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



NOTES
       This software was built from source available at
       https://java.net/projects/solaris-userland.  The original community
       source was downloaded from
       http://www.cpan.org/src/5.0/perl-5.12.5.tar.bz2

       Further information about this software can be found on the open source
       community website at http://www.perl.org/.



perl v5.12.5                      2015-08-19                      PODSELECT(1)