Linux Commands Examples

A great documentation place for Linux commands

podselect

print selected sections of pod documentation on standard output

Synopsis

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


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL \
pod/buildtoc.PL
plextract = pod/pod2html pod/pod2latex pod/pod2man pod/pod2text \
plextract = pod/pod2html pod/pod2latex pod/pod2man pod/pod2text \
pod/pod2usage pod/podchecker pod/podselect \
pod/buildtoc
addedbyconf = UU $(shextract) $(plextract) pstruct

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.

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


see also

Pod::Parser and Pod::Select


author

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

Brad Appleton <bradapp[:at:]enteract[:dot:]com>

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

How can this site be more helpful to YOU ?


give  feedback