From: Jarkko Hietaniemi Date: Tue, 12 Aug 2003 13:23:00 +0000 (+0000) Subject: Add perlcheat to the toc and perl.pod; regen toc. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e969ef56d2ce92c4add247c1cf714c73bc057bc5;p=p5sagit%2Fp5-mst-13.2.git Add perlcheat to the toc and perl.pod; regen toc. p4raw-id: //depot/perl@20654 --- diff --git a/pod/buildtoc.PL b/pod/buildtoc.PL index 5c61a60..14a899a 100644 --- a/pod/buildtoc.PL +++ b/pod/buildtoc.PL @@ -123,6 +123,7 @@ if (-d "pod") { perlpodspec perlstyle perltrap + perlcheat perlrun perldiag diff --git a/pod/perl.pod b/pod/perl.pod index e858fb5..2e5691f 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -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 diff --git a/pod/perltoc.pod b/pod/perltoc.pod index a1751bb..984abdb 100644 --- a/pod/perltoc.pod +++ b/pod/perltoc.pod @@ -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 + +=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 =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 + +=item Backward compatible boilerplate + +=back + +=item Order of initialization: early load() + +=over 4 + +=item The most hairy case + +=back + +=item LIMITATIONS + =item AUTHOR =back