This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Modify S_pending_ident to use sv_catpvn_flags
[perl5.git] / pod.lst
1 # h     - Header
2 # o     - Omit from toc
3 # r     - top level READMEs to be copied/symlinked
4 # g     - other autogenerated pods
5 # a     - for auxiliary documentation
6 # number - indent by
7
8 h Overview
9
10   perl                  Perl overview (this section)
11   perlintro             Perl introduction for beginners
12 go perltoc              Perl documentation table of contents
13
14 h Tutorials
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
23   perlootut             Perl OO tutorial for beginners
24
25   perlperf              Perl Performance and Optimization Techniques
26
27   perlstyle             Perl style guide
28
29   perlcheat             Perl cheat sheet
30   perltrap              Perl traps for the unwary
31   perldebtut            Perl debugging tutorial
32
33   cpan/perlfaq/lib/perlfaq              Perl frequently asked questions
34 2 cpan/perlfaq/lib/perlfaq1             General Questions About Perl
35 2 cpan/perlfaq/lib/perlfaq2             Obtaining and Learning about Perl
36 2 cpan/perlfaq/lib/perlfaq3             Programming Tools
37 2 cpan/perlfaq/lib/perlfaq4             Data Manipulation
38 2 cpan/perlfaq/lib/perlfaq5             Files and Formats
39 2 cpan/perlfaq/lib/perlfaq6             Regexes
40 2 cpan/perlfaq/lib/perlfaq7             Perl Language Issues
41 2 cpan/perlfaq/lib/perlfaq8             System Interaction
42 2 cpan/perlfaq/lib/perlfaq9             Networking
43
44 h Reference Manual
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
51 2 perlopentut           Perl open() tutorial
52 2 perlpacktut           Perl pack() and unpack() tutorial
53   perlpod               Perl plain old documentation
54   perlpodspec           Perl plain old documentation format specification
55   perlpodstyle          Perl POD style guide
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
62   perlrebackslash       Perl regular expression backslash sequences
63   perlrecharclass       Perl regular expression character classes
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
69 2 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
76
77   perlport              Perl portability guide
78   perllocale            Perl locale support
79   perluniintro          Perl Unicode introduction
80   perlunicode           Perl Unicode support
81   perlunifaq            Perl Unicode FAQ
82 g perluniprops          Index of Unicode Version 6.0.0 properties in Perl
83   perlunitut            Perl Unicode tutorial
84   perlebcdic            Considerations for running Perl on EBCDIC platforms
85
86   perlsec               Perl security
87
88   perlmod               Perl modules: how they work
89 g perlmodlib            Perl modules: how to write and use
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
93   perlpragma            Perl modules: writing a user pragma
94
95   perlutil              utilities packaged with the Perl distribution
96
97   perlfilter            Perl source filters
98
99   perldtrace            Perl's support for DTrace
100
101   cpan/perlfaq/lib/perlglossary         Perl Glossary
102
103 h Internals and C Language Interface
104
105   perlembed             Perl ways to embed perl in your C or C++ application
106   perldebguts           Perl debugging guts and tips
107   dist/ExtUtils-ParseXS/lib/perlxstut   Perl XS tutorial
108   dist/ExtUtils-ParseXS/lib/perlxs      Perl XS application programming interface
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
112   perlmroapi            Perl method resolution plugin interface
113   perlreapi             Perl regular expression plugin interface
114   perlreguts            Perl regular expression engine internals
115
116 g perlapi               Perl API listing (autogenerated)
117 g perlintern            Perl internal functions (autogenerated)
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
122   perlsource            Guide to the Perl source tree
123   perlinterp            Overview of the Perl interpreter source and how it works
124   perlhacktut           Walk through the creation of a simple C code patch
125   perlhacktips          Tips for Perl core C code hacking
126   perlpolicy            Perl development policies
127   perlgit               Using git with the Perl repository
128
129 h Miscellaneous
130
131   perlbook              Perl book information
132   perlcommunity         Perl community information
133   perltodo              Perl things to do
134
135   dist/Pod-Perldoc/lib/perldoc  Look up Perl documentation in Pod format
136
137   perlhist              Perl history records
138   perldelta             Perl changes since previous version
139   perl5154delta         Perl changes in version 5.15.4
140   perl5153delta         Perl changes in version 5.15.3
141   perl5152delta         Perl changes in version 5.15.2
142   perl5151delta         Perl changes in version 5.15.1
143   perl5150delta         Perl changes in version 5.15.0
144   perl5142delta         Perl changes in version 5.14.2
145   perl5141delta         Perl changes in version 5.14.1
146   perl5140delta         Perl changes in version 5.14.0
147   perl5124delta         Perl changes in version 5.12.4
148   perl5123delta         Perl changes in version 5.12.3
149   perl5122delta         Perl changes in version 5.12.2
150   perl5121delta         Perl changes in version 5.12.1
151   perl5120delta         Perl changes in version 5.12.0
152   perl5101delta         Perl changes in version 5.10.1
153   perl5100delta         Perl changes in version 5.10.0
154   perl589delta          Perl changes in version 5.8.9
155   perl588delta          Perl changes in version 5.8.8
156   perl587delta          Perl changes in version 5.8.7
157   perl586delta          Perl changes in version 5.8.6
158   perl585delta          Perl changes in version 5.8.5
159   perl584delta          Perl changes in version 5.8.4
160   perl583delta          Perl changes in version 5.8.3
161   perl582delta          Perl changes in version 5.8.2
162   perl581delta          Perl changes in version 5.8.1
163   perl58delta           Perl changes in version 5.8.0
164   perl561delta          Perl changes in version 5.6.1
165   perl56delta           Perl changes in version 5.6
166   perl5005delta         Perl changes in version 5.005
167   perl5004delta         Perl changes in version 5.004
168
169   perlexperiment        A listing of experimental features in Perl
170
171   perlartistic          Perl Artistic License
172   perlgpl               GNU General Public License
173
174 ho Language-Specific
175
176 ro perlcn               Perl for Simplified Chinese (in EUC-CN)
177 ro perljp               Perl for Japanese (in EUC-JP)
178 ro perlko               Perl for Korean (in EUC-KR)
179 ro perltw               Perl for Traditional Chinese (in Big5)
180
181 h Platform-Specific
182
183 r perlaix               Perl notes for AIX
184 r perlamiga             Perl notes for AmigaOS
185 r perlbeos              Perl notes for BeOS
186 r perlbs2000            Perl notes for POSIX-BC BS2000
187 r perlce                Perl notes for WinCE
188 r perlcygwin            Perl notes for Cygwin
189 r perldgux              Perl notes for DG/UX
190 r perldos               Perl notes for DOS
191 r perlepoc              Perl notes for EPOC
192 r perlfreebsd           Perl notes for FreeBSD
193 r perlhaiku             Perl notes for Haiku
194 r perlhpux              Perl notes for HP-UX
195 r perlhurd              Perl notes for Hurd
196 r perlirix              Perl notes for Irix
197 r perllinux             Perl notes for Linux
198 r perlmacos             Perl notes for Mac OS (Classic)
199 r perlmacosx            Perl notes for Mac OS X
200 r perlmpeix             Perl notes for MPE/iX
201 r perlnetware           Perl notes for NetWare
202 r perlopenbsd           Perl notes for OpenBSD
203 r perlos2               Perl notes for OS/2
204 r perlos390             Perl notes for OS/390
205 r perlos400             Perl notes for OS/400
206 r perlplan9             Perl notes for Plan 9
207 r perlqnx               Perl notes for QNX
208 r perlriscos            Perl notes for RISC OS
209 r perlsolaris           Perl notes for Solaris
210 r perlsymbian           Perl notes for Symbian
211 r perltru64             Perl notes for Tru64
212 r perluts               Perl notes for UTS
213 r perlvmesa             Perl notes for VM/ESA
214   perlvms               Perl notes for VMS
215 r perlvos               Perl notes for Stratus VOS
216 r perlwin32             Perl notes for Windows
217
218 oh Stubs for Deleted Documents
219
220   perlboot
221   perlbot
222   perltooc
223   perltoot
224
225 aoh Auxiliary Documentation
226
227 ao a2p
228 ao c2ph
229 ao h2ph
230 ao h2xs
231 ao perlbug
232 ao perldoc
233 ao pl2pm
234 ao pod2html
235 ao pod2man
236 ao s2p
237 ao splain
238 ao xsubpp