|
Many of the platform-specific README files are now part of the perl installation. See perl for the complete list.
- perlapi.pod
- The official list of public Perl API functions.
- perlboot.pod
- A tutorial for beginners on object-oriented Perl.
- perlcompile.pod
- An introduction to using the Perl Compiler suite.
- perldbmfilter.pod
- A howto document on using the DBM filter facility.
- perldebug.pod
- All material unrelated to running the Perl debugger, plus all low-level guts-like
details that risked crushing the casual user of the debugger, have been relocated from the
old manpage to the next entry below.
- perldebguts.pod
- This new manpage contains excessively low-level material not related to the Perl
debugger, but slightly related to debugging Perl itself. It also contains some arcane
internal details of how the debugging process works that may only be of interest to
developers of Perl debuggers.
- perlfork.pod
- Notes on the fork() emulation currently available for the Windows platform.
- perlfilter.pod
- An introduction to writing Perl source filters.
- perlhack.pod
- Some guidelines for hacking the Perl source code.
- perlintern.pod
- A list of internal functions in the Perl source code. (List is currently empty.)
- perllexwarn.pod
- Introduction and reference information about lexically scoped warning categories.
- perlnumber.pod
- Detailed information about numbers as they are represented in Perl.
- perlopentut.pod
- A tutorial on using open() effectively.
- perlreftut.pod
- A tutorial that introduces the essentials of references.
- perltootc.pod
- A tutorial on managing class data for object modules.
- perltodo.pod
- Discussion of the most often wanted features that may someday be supported in Perl.
- perlunicode.pod
- An introduction to Unicode support features in Perl.
|
|