This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlsub: constant redef warning is default, not mandatory
[perl5.git] / pod.lst
CommitLineData
8927c9d8
NC
1# h - Header
2# o - Omit from toc
41630250 3# r - top level READMEs to be copied/symlinked
344af494 4# g - other autogenerated pods
8927c9d8 5# a - for auxiliary documentation
41630250
JH
6# number - indent by
7
8927c9d8 8h Overview
41630250
JH
9
10 perl Perl overview (this section)
11 perlintro Perl introduction for beginners
8fd70467 12go perltoc Perl documentation table of contents
41630250 13
8927c9d8 14h Tutorials
41630250
JH
15
16 perlreftut Perl references short introduction
17 perldsc Perl data structures intro
18 perllol Perl data structures: arrays of arrays
19
20 perlrequick Perl regular expressions quick start
21 perlretut Perl regular expressions tutorial
22
82e1c0d9 23 perlootut Perl OO tutorial for beginners
41630250 24
da096611
RGS
25 perlperf Perl Performance and Optimization Techniques
26
41630250
JH
27 perlstyle Perl style guide
28
29 perlcheat Perl cheat sheet
30 perltrap Perl traps for the unwary
31 perldebtut Perl debugging tutorial
32
5c8246b7
FR
33 cpan/perlfaq/lib/perlfaq Perl frequently asked questions
342 cpan/perlfaq/lib/perlfaq1 General Questions About Perl
352 cpan/perlfaq/lib/perlfaq2 Obtaining and Learning about Perl
362 cpan/perlfaq/lib/perlfaq3 Programming Tools
372 cpan/perlfaq/lib/perlfaq4 Data Manipulation
382 cpan/perlfaq/lib/perlfaq5 Files and Formats
392 cpan/perlfaq/lib/perlfaq6 Regexes
402 cpan/perlfaq/lib/perlfaq7 Perl Language Issues
412 cpan/perlfaq/lib/perlfaq8 System Interaction
422 cpan/perlfaq/lib/perlfaq9 Networking
41630250 43
8927c9d8 44h Reference Manual
41630250
JH
45
46 perlsyn Perl syntax
47 perldata Perl data structures
48 perlop Perl operators and precedence
49 perlsub Perl subroutines
50 perlfunc Perl built-in functions
512 perlopentut Perl open() tutorial
522 perlpacktut Perl pack() and unpack() tutorial
53 perlpod Perl plain old documentation
54 perlpodspec Perl plain old documentation format specification
2419ffa9 55 perlpodstyle Perl POD style guide
41630250
JH
56 perlrun Perl execution and options
57 perldiag Perl diagnostic messages
58 perllexwarn Perl warnings and their control
59 perldebug Perl debugging
60 perlvar Perl predefined variables
61 perlre Perl regular expressions, the rest of the story
8a118206
RGS
62 perlrebackslash Perl regular expression backslash sequences
63 perlrecharclass Perl regular expression character classes
41630250
JH
64 perlreref Perl regular expressions quick reference
65 perlref Perl references, the rest of the story
66 perlform Perl formats
67 perlobj Perl objects
68 perltie Perl objects hidden behind simple variables
692 perldbmfilter Perl DBM filters
70
71 perlipc Perl interprocess communication
72 perlfork Perl fork() information
73 perlnumber Perl number semantics
74
75 perlthrtut Perl threads tutorial
41630250
JH
76
77 perlport Perl portability guide
78 perllocale Perl locale support
79 perluniintro Perl Unicode introduction
80 perlunicode Perl Unicode support
3426ea3d 81 perlunifaq Perl Unicode FAQ
5189e47e 82g perluniprops Index of Unicode Version 6.0.0 properties in Perl
aadaa455 83 perlunitut Perl Unicode tutorial
41630250
JH
84 perlebcdic Considerations for running Perl on EBCDIC platforms
85
86 perlsec Perl security
87
88 perlmod Perl modules: how they work
6e2c8928 89g perlmodlib Perl modules: how to write and use
41630250
JH
90 perlmodstyle Perl modules: how to write modules with style
91 perlmodinstall Perl modules: how to install from CPAN
92 perlnewmod Perl modules: preparing a new module for distribution
a550ee30 93 perlpragma Perl modules: writing a user pragma
41630250
JH
94
95 perlutil utilities packaged with the Perl distribution
96
41630250
JH
97 perlfilter Perl source filters
98
4000c4db
FC
99 perldtrace Perl's support for DTrace
100
83083fea 101 cpan/perlfaq/lib/perlglossary Perl Glossary
97a1d740 102
8927c9d8 103h Internals and C Language Interface
41630250
JH
104
105 perlembed Perl ways to embed perl in your C or C++ application
106 perldebguts Perl debugging guts and tips
3214bedb
FR
107 dist/ExtUtils-ParseXS/lib/perlxstut Perl XS tutorial
108 dist/ExtUtils-ParseXS/lib/perlxs Perl XS application programming interface
41630250
JH
109 perlclib Internal replacements for standard C library functions
110 perlguts Perl internal functions for those doing extensions
111 perlcall Perl calling conventions from C
15932acc 112 perlmroapi Perl method resolution plugin interface
108003db 113 perlreapi Perl regular expression plugin interface
b23a565d 114 perlreguts Perl regular expression engine internals
41630250 115
344af494
NC
116g perlapi Perl API listing (autogenerated)
117g perlintern Perl internal functions (autogenerated)
41630250
JH
118 perliol C API for Perl's implementation of IO in Layers
119 perlapio Perl internal IO abstraction interface
120
121 perlhack Perl hackers guide
04c692a8 122 perlsource Guide to the Perl source tree
1c2e8cca 123 perlinterp Overview of the Perl interpreter source and how it works
04c692a8
DR
124 perlhacktut Walk through the creation of a simple C code patch
125 perlhacktips Tips for Perl core C code hacking
cb8a010e 126 perlpolicy Perl development policies
04c692a8 127 perlgit Using git with the Perl repository
41630250 128
8927c9d8 129h Miscellaneous
41630250
JH
130
131 perlbook Perl book information
cbd87e7e 132 perlcommunity Perl community information
41630250
JH
133 perltodo Perl things to do
134
a2afbef4 135 dist/Pod-Perldoc/lib/perldoc Look up Perl documentation in Pod format
41630250
JH
136
137 perlhist Perl history records
88fb56ec 138 perldelta Perl changes since previous version
0aaeb177 139 perl5156delta Perl changes in version 5.15.6
e3c71926 140 perl5155delta Perl changes in version 5.15.5
41e56bcf 141 perl5154delta Perl changes in version 5.15.4
f25d4e05 142 perl5153delta Perl changes in version 5.15.3
5438d4b8 143 perl5152delta Perl changes in version 5.15.2
b43c142a 144 perl5151delta Perl changes in version 5.15.1
88fb56ec 145 perl5150delta Perl changes in version 5.15.0
77efd0f7 146 perl5142delta Perl changes in version 5.14.2
10288c7a 147 perl5141delta Perl changes in version 5.14.1
066dc4d9 148 perl5140delta Perl changes in version 5.14.0
0b67f426 149 perl5124delta Perl changes in version 5.12.4
6c5f5efa 150 perl5123delta Perl changes in version 5.12.3
e71d1a7d 151 perl5122delta Perl changes in version 5.12.2
bdfb6cc8 152 perl5121delta Perl changes in version 5.12.1
20d57231 153 perl5120delta Perl changes in version 5.12.0
7cdf958d 154 perl5101delta Perl changes in version 5.10.1
7120b314 155 perl5100delta Perl changes in version 5.10.0
fc5be808 156 perl589delta Perl changes in version 5.8.9
c11a53c6 157 perl588delta Perl changes in version 5.8.8
315ba985 158 perl587delta Perl changes in version 5.8.7
e4bb216d 159 perl586delta Perl changes in version 5.8.6
07e9b5fe 160 perl585delta Perl changes in version 5.8.5
5f15c94e 161 perl584delta Perl changes in version 5.8.4
2e038148
NC
162 perl583delta Perl changes in version 5.8.3
163 perl582delta Perl changes in version 5.8.2
b6235c4f 164 perl581delta Perl changes in version 5.8.1
2e038148 165 perl58delta Perl changes in version 5.8.0
41630250
JH
166 perl561delta Perl changes in version 5.6.1
167 perl56delta Perl changes in version 5.6
168 perl5005delta Perl changes in version 5.005
169 perl5004delta Perl changes in version 5.004
170
42e73e1c 171 perlexperiment A listing of experimental features in Perl
172
41630250
JH
173 perlartistic Perl Artistic License
174 perlgpl GNU General Public License
175
8927c9d8 176ho Language-Specific
41630250 177
8927c9d8
NC
178ro perlcn Perl for Simplified Chinese (in EUC-CN)
179ro perljp Perl for Japanese (in EUC-JP)
180ro perlko Perl for Korean (in EUC-KR)
181ro perltw Perl for Traditional Chinese (in Big5)
41630250 182
8927c9d8 183h Platform-Specific
41630250
JH
184
185r perlaix Perl notes for AIX
186r perlamiga Perl notes for AmigaOS
41630250
JH
187r perlbeos Perl notes for BeOS
188r perlbs2000 Perl notes for POSIX-BC BS2000
189r perlce Perl notes for WinCE
190r perlcygwin Perl notes for Cygwin
191r perldgux Perl notes for DG/UX
192r perldos Perl notes for DOS
193r perlepoc Perl notes for EPOC
194r perlfreebsd Perl notes for FreeBSD
f6706af3 195r perlhaiku Perl notes for Haiku
41630250
JH
196r perlhpux Perl notes for HP-UX
197r perlhurd Perl notes for Hurd
198r perlirix Perl notes for Irix
991e8403 199r perllinux Perl notes for Linux
41630250
JH
200r perlmacos Perl notes for Mac OS (Classic)
201r perlmacosx Perl notes for Mac OS X
41630250
JH
202r perlmpeix Perl notes for MPE/iX
203r perlnetware Perl notes for NetWare
b0846812 204r perlopenbsd Perl notes for OpenBSD
41630250
JH
205r perlos2 Perl notes for OS/2
206r perlos390 Perl notes for OS/390
207r perlos400 Perl notes for OS/400
208r perlplan9 Perl notes for Plan 9
209r perlqnx Perl notes for QNX
2f08ed66 210r perlriscos Perl notes for RISC OS
41630250 211r perlsolaris Perl notes for Solaris
27da23d5 212r perlsymbian Perl notes for Symbian
41630250
JH
213r perltru64 Perl notes for Tru64
214r perluts Perl notes for UTS
215r perlvmesa Perl notes for VM/ESA
dd0cfdaa 216 perlvms Perl notes for VMS
41630250
JH
217r perlvos Perl notes for Stratus VOS
218r perlwin32 Perl notes for Windows
219
57275001
DR
220oh Stubs for Deleted Documents
221
222 perlboot
223 perlbot
224 perltooc
225 perltoot
226
8927c9d8 227aoh Auxiliary Documentation
41630250
JH
228
229ao a2p
230ao c2ph
41630250
JH
231ao h2ph
232ao h2xs
233ao perlbug
234ao perldoc
235ao pl2pm
236ao pod2html
237ao pod2man
238ao s2p
239ao splain
240ao xsubpp