Cari di Perl 
    Perl User Manual
Daftar Isi
(Sebelumnya) Print usage messages from embe ...Dump C structures as generated ... (Berikutnya)
Utilities

Print selected sections of pod documentation on standard output

Daftar Isi

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::Parserfor 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 poddocumentation (defaults to standard input).

DESCRIPTION

podselect will read the given input files looking for poddocumentation and will print out (in raw pod format) all sections thatmatch one ore more of the given section specifications. If no sectionspecifications are given than all pod sections encountered are output.

podselect invokes the podselect() function exported by Pod::SelectPlease see podselect() in Pod::Select for more details.

SEE ALSO

Pod::Parser and Pod::Select

AUTHOR

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

Brad Appleton <[email protected]>

Based on code for Pod::Text::pod2text(1) written byTom Christiansen <[email protected]>

 
Source : perldoc.perl.org - Official documentation for the Perl programming language
Site maintained by Jon Allen (JJ)     See the project page for more details
Documentation maintained by the Perl 5 Porters
(Sebelumnya) Print usage messages from embe ...Dump C structures as generated ... (Berikutnya)