1PODTOC(1) User Contributed Perl Documentation PODTOC(1)
2
3
4
6 podtoc - show outline of pods
7
9 This program shows the structure of one or more pod documents.
10
12 $ podtoc `pmpath CGI`
13 NAME
14 SYNOPSIS
15 ABSTRACT
16 DESCRIPTION
17 PROGRAMMING STYLE
18 CALLING CGI.PM ROUTINES
19 * 1. Use another name for the argument, if one is available. For
20 example, -value is an alias for -values.
21 * 2. Change the capitalization, e.g. -Values
22 (etc)
23
25 pod2man(1), perlpod(1).
26
28 Copyright (c) 1999 Tom Christiansen
29
30 This is free software. You may modify it and distribute it under
31 Perl's Artistic Licence. Modified versions must be clearly indicated.
32
33
34
35perl v5.8.8 2006-03-30 PODTOC(1)