Add perlcheat to the toc and perl.pod; regen toc.
[p5sagit/p5-mst-13.2.git] / pod / perltoc.pod
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