GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PODSECTION(1) User Contributed Perl Documentation PODSECTION(1)

podsection -- select sections from Module's POD

 podsection [-h] [-u] ModuleName SectionName [SectionName ...]

For example:

 podsection Catalyst SYNOPSIS   # as text
 podsection Catalyst req res    # as text
 podsection -u Catalyst req res # as plain pod

Don't work with Some module:

 podsection CGI header # doesn't work correctly

Don't work with mixed level section:

 podsection Catalyst SYNOPSIS res  # only show one(in this case, show only SYNOPSIS)

Because Pod::Section only searches name in one level. If in one level, one/some of them is/are found, it finishes to search.

-u
Display POD as plain POD.
-h
Show this usage.

Ktat, "<ktat at cpan.org>"

The way to search section is poor. This cannot find section correctory in some module.

Please report any bugs or feature requests to "bug-app-podsection at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-podsection>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.

    perldoc App::podsection

You can also look for information at:

  • RT: CPAN's request tracker

    <http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-podsection>

  • AnnoCPAN: Annotated CPAN documentation

    <http://annocpan.org/dist/App-podsection>

  • CPAN Ratings

    <http://cpanratings.perl.org/d/App-podsection>

  • Search CPAN

    <http://search.cpan.org/dist/App-podsection/>

This also select section, but cannot search function/method explanation.

Copyright 2010 Ktat.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.

2022-04-08 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.