This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add perlebcdic from Peter Prymmer, regen toc.
[perl5.git] / pod / perl.pod
index 998fe2f..895f8d9 100644 (file)
@@ -42,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
@@ -54,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