podselect.xr

来自「UNIX下perl实现代码」· XR 代码 · 共 43 行

XR
43
字号
###### begin =include podselect.PL #####NAME    podselect - print selected sections of pod documentation on standard    outputSYNOPSIS    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 on            "SECTION SPECIFICATIONS" in the Pod::Parser manpage 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 the podselect() entry in the Pod::Select manpage for more    details.SEE ALSO    the Pod::Parser manpage and the Pod::Select manpageAUTHOR    Brad Appleton <bradapp@enteract.com>    Based on code for Pod::Text::pod2text(1) written by Tom Christiansen    <tchrist@mox.perl.com>###### end =include podselect.PL #####

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?