103 lines
2.6 KiB
HTML
103 lines
2.6 KiB
HTML
|
||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
<HTML><HEAD><TITLE>Man page of PODSELECT</TITLE>
|
||
</HEAD><BODY>
|
||
<H1>PODSELECT</H1>
|
||
Section: Perl Programmers Reference Guide (1)<BR>Updated: 2020-10-19<BR><A HREF="#index">Index</A>
|
||
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<A NAME="lbAB"> </A>
|
||
<H2>NAME</H2>
|
||
|
||
podselect - print selected sections of pod documentation on standard output
|
||
<A NAME="lbAC"> </A>
|
||
<H2>SYNOPSIS</H2>
|
||
|
||
|
||
|
||
<B>podselect</B> [<B>-help</B>] [<B>-man</B>] [<B>-section</B> <I>section-spec</I>]
|
||
[<I>file</I> ...]
|
||
<A NAME="lbAD"> </A>
|
||
<H2>OPTIONS AND ARGUMENTS</H2>
|
||
|
||
|
||
|
||
<DL COMPACT>
|
||
<DT id="1"><B>-help</B><DD>
|
||
|
||
|
||
Print a brief help message and exit.
|
||
<DT id="2"><B>-man</B><DD>
|
||
|
||
|
||
Print the manual page and exit.
|
||
<DT id="3"><B>-section</B> <I>section-spec</I><DD>
|
||
|
||
|
||
Specify a section to include in the output.
|
||
See ``<FONT SIZE="-1">SECTION SPECIFICATIONS''</FONT> in Pod::Parser
|
||
for the format to use for <I>section-spec</I>.
|
||
This option may be given multiple times on the command line.
|
||
<DT id="4"><I>file</I><DD>
|
||
|
||
|
||
The pathname of a file from which to select sections of pod
|
||
documentation (defaults to standard input).
|
||
</DL>
|
||
<A NAME="lbAE"> </A>
|
||
<H2>DESCRIPTION</H2>
|
||
|
||
|
||
|
||
<B>podselect</B> 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.
|
||
<P>
|
||
|
||
<B>podselect</B> invokes the <B>podselect()</B> function exported by <B>Pod::Select</B>
|
||
Please see ``<B>podselect()</B>'' in Pod::Select for more details.
|
||
<A NAME="lbAF"> </A>
|
||
<H2>SEE ALSO</H2>
|
||
|
||
|
||
|
||
Pod::Parser and Pod::Select
|
||
<A NAME="lbAG"> </A>
|
||
<H2>AUTHOR</H2>
|
||
|
||
|
||
|
||
Please report bugs using <<A HREF="http://rt.cpan.org">http://rt.cpan.org</A>>.
|
||
<P>
|
||
|
||
Brad Appleton <<A HREF="mailto:bradapp@enteract.com">bradapp@enteract.com</A>>
|
||
<P>
|
||
|
||
Based on code for <B><A HREF="/cgi-bin/man/man2html?1+Pod::Text::pod2text">Pod::Text::pod2text</A>(1)</B> written by
|
||
Tom Christiansen <<A HREF="mailto:tchrist@mox.perl.com">tchrist@mox.perl.com</A>>
|
||
<P>
|
||
|
||
<HR>
|
||
<A NAME="index"> </A><H2>Index</H2>
|
||
<DL>
|
||
<DT id="5"><A HREF="#lbAB">NAME</A><DD>
|
||
<DT id="6"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
||
<DT id="7"><A HREF="#lbAD">OPTIONS AND ARGUMENTS</A><DD>
|
||
<DT id="8"><A HREF="#lbAE">DESCRIPTION</A><DD>
|
||
<DT id="9"><A HREF="#lbAF">SEE ALSO</A><DD>
|
||
<DT id="10"><A HREF="#lbAG">AUTHOR</A><DD>
|
||
</DL>
|
||
<HR>
|
||
This document was created by
|
||
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
||
using the manual pages.<BR>
|
||
Time: 00:05:24 GMT, March 31, 2021
|
||
</BODY>
|
||
</HTML>
|