| 1 | # h     - Header | 
|---|
| 2 | # o     - Omit from toc | 
|---|
| 3 | # r     - top level READMEs to be copied/symlinked | 
|---|
| 4 | # a     - for auxiliary documentation | 
|---|
| 5 | # number - indent by | 
|---|
| 6 | # D     - this version's perldelta | 
|---|
| 7 | # d     - copied to this name | 
|---|
| 8 |  | 
|---|
| 9 | h Overview | 
|---|
| 10 |  | 
|---|
| 11 | perl                  Perl overview (this section) | 
|---|
| 12 | perlintro             Perl introduction for beginners | 
|---|
| 13 | perltoc               Perl documentation table of contents | 
|---|
| 14 |  | 
|---|
| 15 | h Tutorials | 
|---|
| 16 |  | 
|---|
| 17 | perlreftut            Perl references short introduction | 
|---|
| 18 | perldsc               Perl data structures intro | 
|---|
| 19 | perllol               Perl data structures: arrays of arrays | 
|---|
| 20 |  | 
|---|
| 21 | perlrequick           Perl regular expressions quick start | 
|---|
| 22 | perlretut             Perl regular expressions tutorial | 
|---|
| 23 |  | 
|---|
| 24 | perlboot              Perl OO tutorial for beginners | 
|---|
| 25 | perltoot              Perl OO tutorial, part 1 | 
|---|
| 26 | perltooc              Perl OO tutorial, part 2 | 
|---|
| 27 | perlbot               Perl OO tricks and examples | 
|---|
| 28 |  | 
|---|
| 29 | perlstyle             Perl style guide | 
|---|
| 30 |  | 
|---|
| 31 | perlcheat             Perl cheat sheet | 
|---|
| 32 | perltrap              Perl traps for the unwary | 
|---|
| 33 | perldebtut            Perl debugging tutorial | 
|---|
| 34 |  | 
|---|
| 35 | perlfaq               Perl frequently asked questions | 
|---|
| 36 | 2 perlfaq1              General Questions About Perl | 
|---|
| 37 | 2 perlfaq2              Obtaining and Learning about Perl | 
|---|
| 38 | 2 perlfaq3              Programming Tools | 
|---|
| 39 | 2 perlfaq4              Data Manipulation | 
|---|
| 40 | 2 perlfaq5              Files and Formats | 
|---|
| 41 | 2 perlfaq6              Regexes | 
|---|
| 42 | 2 perlfaq7              Perl Language Issues | 
|---|
| 43 | 2 perlfaq8              System Interaction | 
|---|
| 44 | 2 perlfaq9              Networking | 
|---|
| 45 |  | 
|---|
| 46 | h Reference Manual | 
|---|
| 47 |  | 
|---|
| 48 | perlsyn               Perl syntax | 
|---|
| 49 | perldata              Perl data structures | 
|---|
| 50 | perlop                Perl operators and precedence | 
|---|
| 51 | perlsub               Perl subroutines | 
|---|
| 52 | perlfunc              Perl built-in functions | 
|---|
| 53 | 2 perlopentut           Perl open() tutorial | 
|---|
| 54 | 2 perlpacktut           Perl pack() and unpack() tutorial | 
|---|
| 55 | perlpod               Perl plain old documentation | 
|---|
| 56 | perlpodspec           Perl plain old documentation format specification | 
|---|
| 57 | perlrun               Perl execution and options | 
|---|
| 58 | perldiag              Perl diagnostic messages | 
|---|
| 59 | perllexwarn           Perl warnings and their control | 
|---|
| 60 | perldebug             Perl debugging | 
|---|
| 61 | perlvar               Perl predefined variables | 
|---|
| 62 | perlre                Perl regular expressions, the rest of the story | 
|---|
| 63 | perlreref             Perl regular expressions quick reference | 
|---|
| 64 | perlref               Perl references, the rest of the story | 
|---|
| 65 | perlform              Perl formats | 
|---|
| 66 | perlobj               Perl objects | 
|---|
| 67 | perltie               Perl objects hidden behind simple variables | 
|---|
| 68 | 2 perldbmfilter         Perl DBM filters | 
|---|
| 69 |  | 
|---|
| 70 | perlipc               Perl interprocess communication | 
|---|
| 71 | perlfork              Perl fork() information | 
|---|
| 72 | perlnumber            Perl number semantics | 
|---|
| 73 |  | 
|---|
| 74 | perlthrtut            Perl threads tutorial | 
|---|
| 75 | 2 perlothrtut           Old 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 | perlebcdic            Considerations for running Perl on EBCDIC platforms | 
|---|
| 82 |  | 
|---|
| 83 | perlsec               Perl security | 
|---|
| 84 |  | 
|---|
| 85 | perlmod               Perl modules: how they work | 
|---|
| 86 | perlmodlib            Perl modules: how to write and use | 
|---|
| 87 | perlmodstyle          Perl modules: how to write modules with style | 
|---|
| 88 | perlmodinstall        Perl modules: how to install from CPAN | 
|---|
| 89 | perlnewmod            Perl modules: preparing a new module for distribution | 
|---|
| 90 |  | 
|---|
| 91 | perlutil              utilities packaged with the Perl distribution | 
|---|
| 92 |  | 
|---|
| 93 | perlcompile           Perl compiler suite intro | 
|---|
| 94 |  | 
|---|
| 95 | perlfilter            Perl source filters | 
|---|
| 96 |  | 
|---|
| 97 | perlglossary          Perl Glossary | 
|---|
| 98 |  | 
|---|
| 99 | h Internals and C Language Interface | 
|---|
| 100 |  | 
|---|
| 101 | perlembed             Perl ways to embed perl in your C or C++ application | 
|---|
| 102 | perldebguts           Perl debugging guts and tips | 
|---|
| 103 | perlxstut             Perl XS tutorial | 
|---|
| 104 | perlxs                Perl XS application programming interface | 
|---|
| 105 | perlclib              Internal replacements for standard C library functions | 
|---|
| 106 | perlguts              Perl internal functions for those doing extensions | 
|---|
| 107 | perlcall              Perl calling conventions from C | 
|---|
| 108 |  | 
|---|
| 109 | perlapi               Perl API listing (autogenerated) | 
|---|
| 110 | perlintern            Perl internal functions (autogenerated) | 
|---|
| 111 | perliol               C API for Perl's implementation of IO in Layers | 
|---|
| 112 | perlapio              Perl internal IO abstraction interface | 
|---|
| 113 |  | 
|---|
| 114 | perlhack              Perl hackers guide | 
|---|
| 115 |  | 
|---|
| 116 | h Miscellaneous | 
|---|
| 117 |  | 
|---|
| 118 | perlbook              Perl book information | 
|---|
| 119 | perltodo              Perl things to do | 
|---|
| 120 |  | 
|---|
| 121 | perldoc               Look up Perl documentation in Pod format | 
|---|
| 122 |  | 
|---|
| 123 | perlhist              Perl history records | 
|---|
| 124 | d perldelta             Perl changes since previous version | 
|---|
| 125 | D perl588delta          Perl changes in version 5.8.8 | 
|---|
| 126 | perl587delta          Perl changes in version 5.8.7 | 
|---|
| 127 | perl586delta          Perl changes in version 5.8.6 | 
|---|
| 128 | perl585delta          Perl changes in version 5.8.5 | 
|---|
| 129 | perl584delta          Perl changes in version 5.8.4 | 
|---|
| 130 | perl583delta          Perl changes in version 5.8.3 | 
|---|
| 131 | perl582delta          Perl changes in version 5.8.2 | 
|---|
| 132 | perl581delta          Perl changes in version 5.8.1 | 
|---|
| 133 | perl58delta           Perl changes in version 5.8.0 | 
|---|
| 134 | perl573delta          Perl changes in version 5.7.3 | 
|---|
| 135 | perl572delta          Perl changes in version 5.7.2 | 
|---|
| 136 | perl571delta          Perl changes in version 5.7.1 | 
|---|
| 137 | perl570delta          Perl changes in version 5.7.0 | 
|---|
| 138 | perl561delta          Perl changes in version 5.6.1 | 
|---|
| 139 | perl56delta           Perl changes in version 5.6 | 
|---|
| 140 | perl5005delta         Perl changes in version 5.005 | 
|---|
| 141 | perl5004delta         Perl changes in version 5.004 | 
|---|
| 142 |  | 
|---|
| 143 | perlartistic          Perl Artistic License | 
|---|
| 144 | perlgpl               GNU General Public License | 
|---|
| 145 |  | 
|---|
| 146 | ho Language-Specific | 
|---|
| 147 |  | 
|---|
| 148 | ro perlcn               Perl for Simplified Chinese (in EUC-CN) | 
|---|
| 149 | ro perljp               Perl for Japanese (in EUC-JP) | 
|---|
| 150 | ro perlko               Perl for Korean (in EUC-KR) | 
|---|
| 151 | ro perltw               Perl for Traditional Chinese (in Big5) | 
|---|
| 152 |  | 
|---|
| 153 | h Platform-Specific | 
|---|
| 154 |  | 
|---|
| 155 | r perlaix               Perl notes for AIX | 
|---|
| 156 | r perlamiga             Perl notes for AmigaOS | 
|---|
| 157 | r perlapollo            Perl notes for Apollo DomainOS | 
|---|
| 158 | r perlbeos              Perl notes for BeOS | 
|---|
| 159 | r perlbs2000            Perl notes for POSIX-BC BS2000 | 
|---|
| 160 | r perlce                Perl notes for WinCE | 
|---|
| 161 | r perlcygwin            Perl notes for Cygwin | 
|---|
| 162 | r perldgux              Perl notes for DG/UX | 
|---|
| 163 | r perldos               Perl notes for DOS | 
|---|
| 164 | r perlepoc              Perl notes for EPOC | 
|---|
| 165 | r perlfreebsd           Perl notes for FreeBSD | 
|---|
| 166 | r perlhpux              Perl notes for HP-UX | 
|---|
| 167 | r perlhurd              Perl notes for Hurd | 
|---|
| 168 | r perlirix              Perl notes for Irix | 
|---|
| 169 | r perllinux             Perl notes for Linux | 
|---|
| 170 | r perlmachten           Perl notes for Power MachTen | 
|---|
| 171 | r perlmacos             Perl notes for Mac OS (Classic) | 
|---|
| 172 | r perlmacosx            Perl notes for Mac OS X | 
|---|
| 173 | r perlmint              Perl notes for MiNT | 
|---|
| 174 | r perlmpeix             Perl notes for MPE/iX | 
|---|
| 175 | r perlnetware           Perl notes for NetWare | 
|---|
| 176 | r perlopenbsd           Perl notes for OpenBSD | 
|---|
| 177 | r perlos2               Perl notes for OS/2 | 
|---|
| 178 | r perlos390             Perl notes for OS/390 | 
|---|
| 179 | r perlos400             Perl notes for OS/400 | 
|---|
| 180 | r perlplan9             Perl notes for Plan 9 | 
|---|
| 181 | r perlqnx               Perl notes for QNX | 
|---|
| 182 | r perlsolaris           Perl notes for Solaris | 
|---|
| 183 | r perltru64             Perl notes for Tru64 | 
|---|
| 184 | r perluts               Perl notes for UTS | 
|---|
| 185 | r perlvmesa             Perl notes for VM/ESA | 
|---|
| 186 | r perlvms               Perl notes for VMS | 
|---|
| 187 | r perlvos               Perl notes for Stratus VOS | 
|---|
| 188 | r perlwin32             Perl notes for Windows | 
|---|
| 189 |  | 
|---|
| 190 | aoh Auxiliary Documentation | 
|---|
| 191 |  | 
|---|
| 192 | ao a2p | 
|---|
| 193 | ao c2ph | 
|---|
| 194 | ao dprofpp | 
|---|
| 195 | ao h2ph | 
|---|
| 196 | ao h2xs | 
|---|
| 197 | ao perlbug | 
|---|
| 198 | ao perldoc | 
|---|
| 199 | ao pl2pm | 
|---|
| 200 | ao pod2html | 
|---|
| 201 | ao pod2man | 
|---|
| 202 | ao s2p | 
|---|
| 203 | ao splain | 
|---|
| 204 | ao xsubpp | 
|---|