cygwin port
[p5sagit/p5-mst-13.2.git] / pod / perl.pod
index 46b7f2b..998fe2f 100644 (file)
@@ -17,6 +17,7 @@ For ease of access, the Perl manual has been split up into several sections:
     perl               Perl overview (this section)
     perlfaq            Perl frequently asked questions
     perltoc            Perl documentation table of contents
+    perlbook           Perl book information
 
     perlsyn            Perl syntax
     perldata           Perl data structures
@@ -25,26 +26,21 @@ For ease of access, the Perl manual has been split up into several sections:
     perlfunc           Perl builtin functions
     perlreftut         Perl references short introduction
     perldsc            Perl data structures intro
-    perllol            Perl data structures: arrays of arrays
     perlrequick                Perl regular expressions quick start
-    perlretut          Perl regular expressions tutorial
+    perlpod            Perl plain old documentation
+    perlstyle          Perl style guide
+    perltrap           Perl traps for the unwary
 
     perlrun            Perl execution and options
+    perldiag           Perl diagnostic messages
     perllexwarn                Perl warnings and their control
+    perldebtut         Perl debugging tutorial
     perldebug          Perl debugging
 
-    perlopentut                Perl open() tutorial
     perlvar            Perl predefined variables
-    perlmod            Perl modules: how they work
-    perlpod            Perl plain old documentation
-
-    perlstyle          Perl style guide
-    perlmodlib         Perl modules: how to write and use
-    perlmodinstall     Perl modules: how to install from CPAN
-    perlnewmod         Perl modules: preparing a new module for distribution
-    perltrap           Perl traps for the unwary
-    perlport           Perl portability guide
-    perlsec            Perl security
+    perllol            Perl data structures: arrays of arrays
+    perlopentut                Perl open() tutorial
+    perlretut          Perl regular expressions tutorial
 
     perlref            Perl references, the rest of the story
     perlre             Perl regular expressions, the rest of the story
@@ -52,6 +48,14 @@ For ease of access, the Perl manual has been split up into several sections:
     perllocale         Perl locale support
     perlunicode                Perl unicode support
 
+    perlipc            Perl interprocess communication
+    perlfork           Perl fork() information
+    perlnumber         Perl number semantics
+    perlthrtut         Perl threads tutorial
+
+    perlport           Perl portability guide
+    perlsec            Perl security
+
     perlboot           Perl OO tutorial for beginners
     perltoot           Perl OO tutorial, part 1
     perltootc          Perl OO tutorial, part 2
@@ -59,12 +63,11 @@ For ease of access, the Perl manual has been split up into several sections:
     perlbot            Perl OO tricks and examples
     perltie            Perl objects hidden behind simple variables
 
-    perlipc            Perl interprocess communication
-    perlnumber         Perl number semantics
-    perlfork           Perl fork() information
-    perlthrtut         Perl threads tutorial
+    perlmod            Perl modules: how they work
+    perlmodlib         Perl modules: how to write and use
+    perlmodinstall     Perl modules: how to install from CPAN
+    perlnewmod         Perl modules: preparing a new module for distribution
 
-    perldiag           Perl diagnostic messages
     perlfaq1           General Questions About Perl
     perlfaq2           Obtaining and Learning about Perl
     perlfaq3           Programming Tools
@@ -105,6 +108,7 @@ For ease of access, the Perl manual has been split up into several sections:
     perlmachten                Perl notes for Power MachTen
     perlos2            Perl notes for OS/2
     perlos390          Perl notes for OS/390
+    perlposix-bc       Perl notes for POSIX-BC
     perlvms            Perl notes for VMS
     perlwin32          Perl notes for Windows