1PODSELECT(1) User Contributed Perl Documentation PODSELECT(1)
2
3
4
6 podselect - print selected sections of pod documentation on standard
7 output
8
10 podselect [-help] [-man] [-section section-spec] [file ...]
11
13 -help Print a brief help message and exit.
14
15 -man Print the manual page and exit.
16
17 -section section-spec
18 Specify a section to include in the output. See "SECTION
19 SPECIFICATIONS" in Pod::Parser for the format to use for
20 section-spec. This option may be given multiple times on the
21 command line.
22
23 file The pathname of a file from which to select sections of pod
24 documentation (defaults to standard input).
25
27 podselect will read the given input files looking for pod documentation
28 and will print out (in raw pod format) all sections that match one ore
29 more of the given section specifications. If no section specifications
30 are given than all pod sections encountered are output.
31
32 podselect invokes the podselect() function exported by Pod::Select
33 Please see "podselect()" in Pod::Select for more details.
34
36 Pod::Parser and Pod::Select
37
39 Please report bugs using <http://rt.cpan.org>.
40
41 Brad Appleton <bradapp@enteract.com>
42
43 Based on code for Pod::Text::pod2text(1) written by Tom Christiansen
44 <tchrist@mox.perl.com>
45
46
47
48perl v5.36.0 2023-04-24 PODSELECT(1)