diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-07-11 20:37:23 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-07-11 20:37:23 +0000 |
commit | c2e66d9e68806a7000ee1a4760c35703a0e0ae89 (patch) | |
tree | 32508ca896b6e213afc07430f7aa223c0e9dde28 /pod/perl.pod | |
parent | 4755096ec61711c5104ba0b6b9314f32ca0351fe (diff) | |
download | perl-c2e66d9e68806a7000ee1a4760c35703a0e0ae89.tar.gz |
integrate cfgperl changes#6325..6373 into mainline
(NOTE: today's batch of integrations still untested)
p4raw-link: @6373 (not found)
p4raw-link: @6325 on //depot/cfgperl: d6ac44cc5a00fa38a56717785146bc16b716472c
p4raw-id: //depot/perl@6373
Diffstat (limited to 'pod/perl.pod')
-rw-r--r-- | pod/perl.pod | 44 |
1 files changed, 23 insertions, 21 deletions
diff --git a/pod/perl.pod b/pod/perl.pod index ce0d1b4f00..0273dbf9d0 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -22,30 +22,24 @@ For ease of access, the Perl manual has been split up into several sections: perlsyn Perl syntax perldata Perl data structures perlop Perl operators and precedence + perlsub Perl subroutines + 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 perldebug Perl debugging - perlrun Perl execution and options - perlfunc Perl builtin functions - perlopentut Perl open() tutorial perlvar Perl predefined variables - perlsub Perl subroutines - 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 @@ -53,6 +47,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 @@ -60,12 +62,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 @@ -106,6 +107,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 |