diff options
author | Abhijit Menon-Sen <ams@wiw.org> | 2001-10-19 13:24:12 +0000 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2001-10-19 13:24:12 +0000 |
commit | 7a2320f073cbaf359816bc77318c26fa9aa5b461 (patch) | |
tree | 89770494155754dfe14aed5c1bce748b5eee607b /pod/perl.pod | |
parent | b2340c5389c063ab29f77699c0b379e3bea4fa31 (diff) | |
download | perl-7a2320f073cbaf359816bc77318c26fa9aa5b461.tar.gz |
Slight reorganisation of references.
p4raw-id: //depot/perl@12502
Diffstat (limited to 'pod/perl.pod')
-rw-r--r-- | pod/perl.pod | 37 |
1 files changed, 18 insertions, 19 deletions
diff --git a/pod/perl.pod b/pod/perl.pod index 72b534318c..4e76ae1026 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -24,9 +24,26 @@ For ease of access, the Perl manual has been split up into several sections. perlintro Perl introduction for beginners perltoc Perl documentation table of contents - =head2 Tutorials + perlreftut Perl references short introduction + perldsc Perl data structures intro + perllol Perl data structures: arrays of arrays + perlopentut Perl open() tutorial + + perlrequick Perl regular expressions quick start + perlretut Perl regular expressions tutorial + + perlboot Perl OO tutorial for beginners + perltoot Perl OO tutorial, part 1 + perltooc Perl OO tutorial, part 2 + perlbot Perl OO tricks and examples + + perlstyle Perl style guide + + perltrap Perl traps for the unwary + perldebtut Perl debugging tutorial + perlfaq Perl frequently asked questions perlfaq1 General Questions About Perl perlfaq2 Obtaining and Learning about Perl @@ -38,22 +55,6 @@ For ease of access, the Perl manual has been split up into several sections. perlfaq8 System Interaction perlfaq9 Networking - perlrequick Perl regular expressions quick start - perlretut Perl regular expressions tutorial - - perlreftut Perl references short introduction - perldsc Perl data structures intro - perllol Perl data structures: arrays of arrays - - perldebtut Perl debugging tutorial - - perlopentut Perl open() tutorial - - perlboot Perl OO tutorial for beginners - perltoot Perl OO tutorial, part 1 - perltootc Perl OO tutorial, part 2 - perlbot Perl OO tricks and examples - =head2 Reference Manual perlsyn Perl syntax perldata Perl data structures @@ -119,8 +120,6 @@ For ease of access, the Perl manual has been split up into several sections. =head2 Miscellaneous perlbook Perl book information - perlstyle Perl style guide - perltrap Perl traps for the unwary perltodo Perl things to do perlhist Perl history records |