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 Copyright (C) 2006-2014 Mark Leighton Fisher.
31
33 This is free software; you can redistribute it and/or modify it under
34 the terms of either: (a) the GNU General Public License as published by
35 the Free Software Foundation; either version 1, or (at your option) any
36 later version, or (b) the Perl "Artistic License". (This is the Perl 5
37 licensing scheme.)
38
39 Please note this is a change from the original pmtools-1.00 (still
40 available on CPAN), as pmtools-1.00 were licensed only under the Perl
41 "Artistic License".
42
43
44
45perl v5.28.1 2019-02-02 PODTOC(1)