summaryrefslogtreecommitdiff
path: root/pod/perl.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-08-17 14:44:02 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-17 14:44:02 +0000
commitd396a55899b7bce58ef6008d9af7a500b5175b4a (patch)
tree92bb4fc9fea98748bcd8bc310e3b9dd4fd5f54a0 /pod/perl.pod
parent10c102662dfb8c226a9c3524f047501223fa8409 (diff)
downloadperl-d396a55899b7bce58ef6008d9af7a500b5175b4a.tar.gz
Add perlebcdic from Peter Prymmer, regen toc.
p4raw-id: //depot/perl@6676
Diffstat (limited to 'pod/perl.pod')
-rw-r--r--pod/perl.pod23
1 files changed, 13 insertions, 10 deletions
diff --git a/pod/perl.pod b/pod/perl.pod
index 998fe2f144..895f8d981a 100644
--- a/pod/perl.pod
+++ b/pod/perl.pod
@@ -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