The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

podtoc - show outline of pods

DESCRIPTION

This program shows the structure of one or more pod documents.

EXAMPLES

    $ podtoc `pmpath CGI`
     NAME
     SYNOPSIS
     ABSTRACT
     DESCRIPTION
         PROGRAMMING STYLE
         CALLING CGI.PM ROUTINES
         *  1. Use another name for the argument, if one is available.  For
            example, -value is an alias for -values.
         *  2. Change the capitalization, e.g. -Values
    (etc)

SEE ALSO

pod2man(1), perlpod(1).

AUTHOR and COPYRIGHT

Copyright (c) 1999 Tom Christiansen

This is free software. You may modify it and distribute it under Perl's Artistic Licence. Modified versions must be clearly indicated.