Next: pumpkin | Previous: podchecker | [Table of Contents] | [Index] |
podselect - print selected sections of pod documentation on standard output
podselect [-help] [-man] [-section section-spec] [file ...]
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 the podselect() entry in the Pod::Select manpage for more details.
the Pod::Parser manpage and the Pod::Select manpage
Brad Appleton <bradapp@enteract.com>
Based on code for Pod::Text::pod2text(1) written by Tom Christiansen <tchrist@mox.perl.com>