logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

podselect - print selected sections of pod documentation on standard output

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>

perl v5.38.2                                       2024-01-20                                      PODSELECT(1p)

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.

Name

       podselect - print selected sections of pod documentation on standard output

Options And Arguments

-help   Print a brief help message and exit.

       -man    Print the manual page and exit.

       -sectionsection-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).

See Also

       Pod::Parser and Pod::Select

Synopsis

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

See Also