ASPN ActiveState Programmer Network
  ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups | Web Services
SEARCH
advanced | search help

Reference
ActivePerl 5.8
Programs
a2p
ap-update-html
c2ph
cpan
dbilogstrip
dbiprof
dbiproxy
dprofpp
enc2xs
exetype
find2perl
h2ph
h2xs
instmodsh
libnetcfg
lwp-download
lwp-mirror
lwp-request
lwp-rget
perlbug
perlcc
perlglob
perlivp
piconv
pl2bat
pl2pm
pod2html
pod2latex
pod2man
pod2text
pod2usage
podchecker
podselect
ppm
prove
psed
pstruct
ptar
ptardiff
ptked
ptksh
reloc perl
runperl
s2p
SOAPsh
splain
tkjpeg
tkx-ed
widget
XMLRPCsh
xsubpp

MyASPN >> Reference >> ActivePerl 5.8 >> Programs
ActivePerl 5.8 documentation

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 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 podselect() in the Pod::Select manpage for more details.


SEE ALSO

the Pod::Parser manpage and the Pod::Select manpage


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>


Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState 2004 All rights reserved