From 1336785ebf927e0609f93578343ec6e6c67ef90c Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Tue, 31 Jan 2012 10:52:03 -0500 Subject: [PATCH] finish documenting keywords, sort the xrefs --- pod/perlfunc.pod | 80 +++++++++++++++++++++++++++++++------------------------- 1 file changed, 44 insertions(+), 36 deletions(-) diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 3046f3d..6bbdf39 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -8495,6 +8495,38 @@ L. =head2 Non-function Keywords by Cross-reference +=head3 perldata + +=over + +=item __DATA__ + +=item __END__ + +These keywords are documented in L. + +=back + +=head3 perlmod + +=over + +=item BEGIN + +=item CHECK + +=item DESTROY + +=item END + +=item INIT + +=item UNITCHECK + +These keywords are documented in L. + +=back + =head3 perlop =over @@ -8529,6 +8561,18 @@ These operators are documented in L. =back +=head3 perlsub + +=over + +=item AUTOLOAD + +=item CORE + +These are documented in L. + +=back + =head2 perlsyn =over @@ -8553,40 +8597,4 @@ These flow-control keywords are documented in L. =back -=head3 perlmod - -=over - -=item BEGIN - -=item CHECK - -=item DESTROY - -=item END - -=item INIT - -=item UNITCHECK - -These keywords are documented in L. - -=back - -=head3 Unknown - -=over - -=item AUTOLOAD - -=item __DATA__ - -=item __END__ - -=item CORE - -These are not yet cross-referenced! - -=back - =cut -- 1.8.3.1