Add perlcheat to the toc and perl.pod; regen toc.
Jarkko Hietaniemi [Tue, 12 Aug 2003 13:23:00 +0000 (13:23 +0000)]
p4raw-id: //depot/perl@20654

pod/buildtoc.PL
pod/perl.pod
pod/perltoc.pod

index 5c61a60..14a899a 100644 (file)
@@ -123,6 +123,7 @@ if (-d "pod") {
     perlpodspec
     perlstyle
     perltrap
+    perlcheat
 
     perlrun
     perldiag
index e858fb5..2e5691f 100644 (file)
@@ -40,6 +40,7 @@ For ease of access, the Perl manual has been split up into several sections.
 
     perlstyle          Perl style guide
 
+    perlcheat          Perl cheat sheet
     perltrap           Perl traps for the unwary
     perldebtut         Perl debugging tutorial
 
index a1751bb..984abdb 100644 (file)
@@ -832,6 +832,26 @@ LIMIT specified
 
 =back
 
+=head2 perlcheat - Perl 5 Cheat Sheet
+
+=over 4
+
+=item DESCRIPTION
+
+=over 4
+
+=item The sheet
+
+=back
+
+=item ACKNOWLEDGEMENTS
+
+=item AUTHOR
+
+=item SEE ALSO
+
+=back
+
 =head2 perlrun - how to execute the Perl interpreter
 
 =over 4
@@ -1353,12 +1373,12 @@ C<(?(condition)yes-pattern|no-pattern)>
 
 =item DESCRIPTION
 
+=over 4
+
 =item OPERATORS
 
 =item SYNTAX
 
-=over 4
-
 =item ESCAPE SEQUENCES
 
 =item CHARACTER CLASSES
@@ -1369,12 +1389,14 @@ C<(?(condition)yes-pattern|no-pattern)>
 
 =item EXTENDED CONSTRUCTS
 
-=back
-
 =item VARIABLES
 
 =item FUNCTIONS
 
+=item TERMINOLOGY
+
+=back
+
 =item AUTHOR
 
 =item SEE ALSO
@@ -3033,8 +3055,8 @@ Scheme, or Tcl?
 
 =back
 
-=head2 perlfaq2 - Obtaining and Learning about Perl ($Revision: 1.21 $,
-$Date: 2003/07/30 05:48:24 $)
+=head2 perlfaq2 - Obtaining and Learning about Perl ($Revision: 1.20 $,
+$Date: 2003/01/26 17:50:56 $)
 
 =over 4
 
@@ -11790,6 +11812,24 @@ Perl code
 
 =item DESCRIPTION
 
+=over 4
+
+=item Migration from C<DynaLoader>
+
+=item Backward compatible boilerplate
+
+=back
+
+=item Order of initialization: early load()
+
+=over 4
+
+=item The most hairy case
+
+=back
+
+=item LIMITATIONS
+
 =item AUTHOR
 
 =back
@@ -13869,18 +13909,6 @@ B<PERL_MM_MANIFEST_DEBUG>
 
 =back
 
-=head2 ExtUtils::Miniperl, writemain - write the C code for perlmain.c
-
-=over 4
-
-=item SYNOPSIS
-
-=item DESCRIPTION
-
-=item SEE ALSO
-
-=back
-
 =head2 ExtUtils::Mkbootstrap - make a bootstrap file for use by DynaLoader
 
 =over 4
@@ -17509,13 +17537,13 @@ unix, stdio, perlio, crlf, utf8, bytes, raw, pop
 =item EXPECTED METHODS
 
 $class->PUSHED([$mode[,$fh]]), $obj->POPPED([$fh]),
-$obj->OPEN($path,$mode[,$fh]), $obj->BINMODE([,$fh]),
-$obj->FDOPEN($fd[,$fh]), $obj->SYSOPEN($path,$imode,$perm,[,$fh]),
-$obj->FILENO($fh), $obj->READ($buffer,$len,$fh), $obj->WRITE($buffer,$fh),
-$obj->FILL($fh), $obj->CLOSE($fh), $obj->SEEK($posn,$whence,$fh),
-$obj->TELL($fh), $obj->UNREAD($buffer,$fh), $obj->FLUSH($fh),
-$obj->SETLINEBUF($fh), $obj->CLEARERR($fh), $obj->ERROR($fh),
-$obj->EOF($fh)
+$obj->UTF8($bellowFlag,[$fh]), $obj->OPEN($path,$mode[,$fh]),
+$obj->BINMODE([,$fh]), $obj->FDOPEN($fd[,$fh]),
+$obj->SYSOPEN($path,$imode,$perm,[,$fh]), $obj->FILENO($fh),
+$obj->READ($buffer,$len,$fh), $obj->WRITE($buffer,$fh), $obj->FILL($fh),
+$obj->CLOSE($fh), $obj->SEEK($posn,$whence,$fh), $obj->TELL($fh),
+$obj->UNREAD($buffer,$fh), $obj->FLUSH($fh), $obj->SETLINEBUF($fh),
+$obj->CLEARERR($fh), $obj->ERROR($fh), $obj->EOF($fh)
 
 =item EXAMPLES
 
@@ -20625,6 +20653,24 @@ Win32::UnregisterServer(LIBRARYNAME)
 
 =item DESCRIPTION
 
+=over 4
+
+=item Migration from C<DynaLoader>
+
+=item Backward compatible boilerplate
+
+=back
+
+=item Order of initialization: early load()
+
+=over 4
+
+=item The most hairy case
+
+=back
+
+=item LIMITATIONS
+
 =item AUTHOR
 
 =back