[ID 20000830.036] [DOC] chom?p %hash not documented
[p5sagit/p5-mst-13.2.git] / pod / perl.pod
index 2b3f5e4..fc40d3b 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
@@ -33,6 +34,7 @@ For ease of access, the Perl manual has been split up into several sections:
     perlrun            Perl execution and options
     perldiag           Perl diagnostic messages
     perllexwarn                Perl warnings and their control
+    perldebtut         Perl debugging tutorial
     perldebug          Perl debugging
 
     perlvar            Perl predefined variables
@@ -40,11 +42,17 @@ For ease of access, the Perl manual has been split up into several sections:
     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
+    perlref            Perl references, the rest of the story
+
     perlform           Perl formats
-    perllocale         Perl locale support
-    perlunicode                Perl unicode support
+
+    perlboot           Perl OO tutorial for beginners
+    perltoot           Perl OO tutorial, part 1
+    perltootc          Perl OO tutorial, part 2
+    perlobj            Perl objects
+    perlbot            Perl OO tricks and examples
+    perltie            Perl objects hidden behind simple variables
 
     perlipc            Perl interprocess communication
     perlfork           Perl fork() information
@@ -52,14 +60,11 @@ For ease of access, the Perl manual has been split up into several sections:
     perlthrtut         Perl threads tutorial
 
     perlport           Perl portability guide
-    perlsec            Perl security
+    perllocale         Perl locale support
+    perlunicode                Perl unicode support
+    perlebcdic         Considerations for running Perl on EBCDIC platforms
 
-    perlboot           Perl OO tutorial for beginners
-    perltoot           Perl OO tutorial, part 1
-    perltootc          Perl OO tutorial, part 2
-    perlobj            Perl objects
-    perlbot            Perl OO tricks and examples
-    perltie            Perl objects hidden behind simple variables
+    perlsec            Perl security
 
     perlmod            Perl modules: how they work
     perlmodlib         Perl modules: how to write and use
@@ -106,6 +111,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
 
@@ -311,7 +317,7 @@ affected by wraparound).
 
 You may mail your bug reports (be sure to include full configuration
 information as output by the myconfig program in the perl source
-tree, or by C<perl -V>) to perlbug@perl.com .  If you've succeeded
+tree, or by C<perl -V>) to perlbug@perl.org .  If you've succeeded
 in compiling perl, the B<perlbug> script in the F<utils/> subdirectory
 can be used to help mail in a bug report.