Attempt to fix problems with new exception handling macros.
[p5sagit/p5-mst-13.2.git] / pod / perltoc.pod
index 00ca67b..0a7987b 100644 (file)
@@ -765,8 +765,8 @@ LIMIT specified
 
 =back
 
-=head2 perlfaq - frequently asked questions about Perl ($Date: 2003/01/31
-17:37:17 $)
+=head2 perlfaq - frequently asked questions about Perl ($Date: 2004/10/05
+22:15:44 $)
 
 =over 4
 
@@ -829,8 +829,8 @@ Interaction, perlfaq9 - Networking
 
 =back
 
-=head2 perlfaq1 - General Questions About Perl ($Revision: 1.12 $, $Date:
-2003/07/09 15:47:28 $)
+=head2 perlfaq1 - General Questions About Perl ($Revision: 1.15 $, $Date:
+2004/10/11 05:06:29 $)
 
 =over 4
 
@@ -878,8 +878,8 @@ Scheme, or Tcl?
 
 =back
 
-=head2 perlfaq2 - Obtaining and Learning about Perl ($Revision: 1.20 $,
-$Date: 2003/01/26 17:50:56 $)
+=head2 perlfaq2 - Obtaining and Learning about Perl ($Revision: 1.29 $,
+$Date: 2004/10/25 18:37:23 $)
 
 =over 4
 
@@ -934,8 +934,8 @@ References, Tutorials, Task-Oriented, Special Topics
 
 =back
 
-=head2 perlfaq3 - Programming Tools ($Revision: 1.35 $, $Date: 2003/08/24
-05:26:59 $)
+=head2 perlfaq3 - Programming Tools ($Revision: 1.41 $, $Date: 2004/11/03
+22:45:32 $)
 
 =over 4
 
@@ -963,9 +963,10 @@ References, Tutorials, Task-Oriented, Special Topics
 
 =item Is there an IDE or Windows Perl Editor?
 
-Komodo, The Object System, Open Perl IDE, PerlBuilder, visiPerl+, OptiPerl,
-GNU Emacs, MicroEMACS, XEmacs, Jed, Elvis, Vile, Vim, Codewright,
-MultiEdit, SlickEdit, Bash, Ksh, Tcsh, Zsh, BBEdit and BBEdit Lite, Alpha
+Eclipse, Komodo, Open Perl IDE, OptiPerl, PerlBuilder, visiPerl+, Visual
+Perl, GNU Emacs, MicroEMACS, XEmacs, Jed, Elvis, Vile, Vim, Codewright,
+MultiEdit, SlickEdit, Bash, Ksh, Tcsh, Zsh, Affrus, Alpha, BBEdit and
+BBEdit Lite
 
 =item Where can I get Perl macros for vi?
 
@@ -1021,8 +1022,8 @@ my C program; what am I doing wrong?
 
 =back
 
-=head2 perlfaq4 - Data Manipulation ($Revision: 1.49 $, $Date: 2003/09/20
-06:37:43 $)
+=head2 perlfaq4 - Data Manipulation ($Revision: 1.56 $, $Date: 2004/11/03
+22:47:56 $)
 
 =over 4
 
@@ -1240,8 +1241,8 @@ array of hashes or arrays?
 
 =back
 
-=head2 perlfaq5 - Files and Formats ($Revision: 1.28 $, $Date: 2003/01/26
-17:45:46 $)
+=head2 perlfaq5 - Files and Formats ($Revision: 1.31 $, $Date: 2004/02/07
+04:29:50 $)
 
 =over 4
 
@@ -1336,8 +1337,8 @@ protected files?  Isn't this a bug in Perl?
 
 =back
 
-=head2 perlfaq6 - Regular Expressions ($Revision: 1.20 $, $Date: 2003/01/03
-20:05:28 $)
+=head2 perlfaq6 - Regular Expressions ($Revision: 1.27 $, $Date: 2004/11/03
+22:52:16 $)
 
 =over 4
 
@@ -1403,8 +1404,8 @@ file?
 
 =back
 
-=head2 perlfaq7 - General Perl Language Issues ($Revision: 1.15 $, $Date:
-2003/07/24 02:17:21 $)
+=head2 perlfaq7 - General Perl Language Issues ($Revision: 1.18 $, $Date:
+2004/11/03 22:54:08 $)
 
 =over 4
 
@@ -1485,8 +1486,8 @@ methods?
 
 =back
 
-=head2 perlfaq8 - System Interaction ($Revision: 1.17 $, $Date: 2003/01/26
-17:44:04 $)
+=head2 perlfaq8 - System Interaction ($Revision: 1.22 $, $Date: 2004/10/05
+22:13:49 $)
 
 =over 4
 
@@ -1594,6 +1595,8 @@ complete?
 
 =item How do I open a file without blocking?
 
+=item How do I tell the difference between errors from the shell and perl?
+
 =item How do I install a module from CPAN?
 
 =item What's the difference between require and use?
@@ -1613,7 +1616,7 @@ search path?
 
 =back
 
-=head2 perlfaq9 - Networking ($Revision: 1.15 $, $Date: 2003/01/31 17:36:57
+=head2 perlfaq9 - Networking ($Revision: 1.16 $, $Date: 2004/10/30 12:20:59
 $)
 
 =over 4
@@ -1697,6 +1700,10 @@ CGI script to do bad things?
 
 =item Simple Statements
 
+=item Truth and Falsehood
+
+=item Statement Modifiers
+
 =item Compound Statements
 
 =item Loop Control
@@ -1751,12 +1758,12 @@ CGI script to do bad things?
 
 =over 4
 
-=item SYNOPSIS
-
 =item DESCRIPTION
 
 =over 4
 
+=item Operator Precedence and Associativity
+
 =item Terms and List Operators (Leftward)
 
 =item The Arrow Operator
@@ -1832,6 +1839,8 @@ regular expressions
 
 =item Constant Folding
 
+=item No-ops
+
 =item Bitwise String Operators
 
 =item Integer Arithmetic
@@ -2087,6 +2096,8 @@ PID,FLAGS, wantarray, warn LIST, write FILEHANDLE, write EXPR, write, y///
 
 =item How to Eat an Egg on a Net
 
+=item Byte-order modifiers
+
 =item Floating point Numbers
 
 =back
@@ -2127,6 +2138,8 @@ PID,FLAGS, wantarray, warn LIST, write FILEHANDLE, write EXPR, write, y///
 
 =item The Alignment Pit
 
+=item Dealing with Endian-ness
+
 =item Alignment, Take 2
 
 =item Alignment, Take 3
@@ -2245,13 +2258,14 @@ OS/2, MS-DOS, Win95/NT, Macintosh, VMS
 =item Command Switches
 
 B<-0>[I<octal/hexadecimal>], B<-A [I<assertions>]>, B<-a>, B<-C
-[I<number/list>]>, B<-c>, B<-d>, B<-d:>I<foo[=bar,baz]>, B<-D>I<letters>,
-B<-D>I<number>, B<-e> I<commandline>, B<-F>I<pattern>, B<-h>,
-B<-i>[I<extension>], B<-I>I<directory>, B<-l>[I<octnum>],
-B<-m>[B<->]I<module>, B<-M>[B<->]I<module>, B<-M>[B<->]I<'module ...'>,
+[I<number/list>]>, B<-c>, B<-d>, B<-dt>, B<-d:>I<foo[=bar,baz]>,
+B<-dt:>I<foo[=bar,baz]>, B<-D>I<letters>, B<-D>I<number>, B<-e>
+I<commandline>, B<-F>I<pattern>, B<-h>, B<-i>[I<extension>],
+B<-I>I<directory>, B<-l>[I<octnum>], B<-m>[B<->]I<module>,
+B<-M>[B<->]I<module>, B<-M>[B<->]I<'module ...'>,
 B<-[mM]>[B<->]I<module=arg[,arg]...>, B<-n>, B<-p>, B<-P>, B<-s>, B<-S>,
-B<-t>, B<-T>, B<-u>, B<-U>, B<-v>, B<-V>, B<-V:>I<name>, B<-w>, B<-W>,
-B<-X>, B<-x> I<directory>
+B<-t>, B<-T>, B<-u>, B<-U>, B<-v>, B<-V>, B<-V:>I<configvar>, B<-w>, B<-W>,
+B<-X>, B<-x>, B<-x> I<directory>
 
 =back
 
@@ -2259,10 +2273,11 @@ B<-X>, B<-x> I<directory>
 
 HOME, LOGDIR, PATH, PERL5LIB, PERL5OPT, PERLIO, :bytes, :crlf, :mmap,
 :perlio, :pop, :raw, :stdio, :unix, :utf8, :win32, PERLIO_DEBUG, PERLLIB,
-PERL5DB, PERL5SHELL (specific to the Win32 port), PERL_DEBUG_MSTATS,
-PERL_DESTRUCT_LEVEL, PERL_ENCODING, PERL_HASH_SEED, PERL_HASH_SEED_DEBUG,
-PERL_ROOT (specific to the VMS port), PERL_SIGNALS, PERL_UNICODE, SYS$LOGIN
-(specific to the VMS port)
+PERL5DB, PERL5DB_THREADED, PERL5SHELL (specific to the Win32 port),
+PERL_ALLOW_NON_IFS_LSP (specific to the Win32 port), PERL_DEBUG_MSTATS,
+PERL_DESTRUCT_LEVEL, PERL_DL_NONLAZY, PERL_ENCODING, PERL_HASH_SEED,
+PERL_HASH_SEED_DEBUG, PERL_ROOT (specific to the VMS port), PERL_SIGNALS,
+PERL_UNICODE, SYS$LOGIN (specific to the VMS port)
 
 =back
 
@@ -2543,6 +2558,24 @@ C<(?(condition)yes-pattern|no-pattern)>
 
 =over 4
 
+=item Text Fields
+
+=item Numeric Fields
+
+=item The Field @* for Variable Width Multi-Line Text
+
+=item The Field ^* for Variable Width One-line-at-a-time Text
+
+=item Specifying Values
+
+=item Using Fill Mode
+
+=item Suppressing Lines Where All Fields Are Void
+
+=item Repeating Format Lines
+
+=item Top of Form Processing
+
 =item Format Variables
 
 =back
@@ -2622,7 +2655,7 @@ this
 
 USER, HOME, CLOBBER, LIST, TIEHASH classname, LIST, FETCH this, key, STORE
 this, key, value, DELETE this, key, CLEAR this, EXISTS this, key, FIRSTKEY
-this, NEXTKEY this, lastkey, UNTIE this, DESTROY this
+this, NEXTKEY this, lastkey, SCALAR this, UNTIE this, DESTROY this
 
 =item Tying FileHandles
 
@@ -3136,22 +3169,21 @@ http://testers.cpan.org/
 
 =item Alphabetical Listing of Perl Functions
 
--I<X> FILEHANDLE, -I<X> EXPR, -I<X>, alarm SECONDS, alarm, binmode
-FILEHANDLE, chmod LIST, chown LIST, chroot FILENAME, chroot, crypt
-PLAINTEXT,SALT, dbmclose HASH, dbmopen HASH,DBNAME,MODE, dump LABEL, exec
-LIST, exit EXPR, exit, fcntl FILEHANDLE,FUNCTION,SCALAR, flock
-FILEHANDLE,OPERATION, fork, getlogin, getpgrp PID, getppid, getpriority
-WHICH,WHO, getpwnam NAME, getgrnam NAME, getnetbyname NAME, getpwuid UID,
-getgrgid GID, getnetbyaddr ADDR,ADDRTYPE, getprotobynumber NUMBER,
-getservbyport PORT,PROTO, getpwent, getgrent, gethostbyname, gethostent,
-getnetent, getprotoent, getservent, sethostent STAYOPEN, setnetent
-STAYOPEN, setprotoent STAYOPEN, setservent STAYOPEN, endpwent, endgrent,
-endhostent, endnetent, endprotoent, endservent, getsockopt
-SOCKET,LEVEL,OPTNAME, glob EXPR, glob, ioctl FILEHANDLE,FUNCTION,SCALAR,
-kill SIGNAL, LIST, link OLDFILE,NEWFILE, lstat FILEHANDLE, lstat EXPR,
-lstat, msgctl ID,CMD,ARG, msgget KEY,FLAGS, msgsnd ID,MSG,FLAGS, msgrcv
-ID,VAR,SIZE,TYPE,FLAGS, open FILEHANDLE,EXPR, open FILEHANDLE, pipe
-READHANDLE,WRITEHANDLE, readlink EXPR, readlink, select
+-I<X> FILEHANDLE, -I<X> EXPR, -I<X>, binmode FILEHANDLE, chmod LIST, chown
+LIST, chroot FILENAME, chroot, crypt PLAINTEXT,SALT, dbmclose HASH, dbmopen
+HASH,DBNAME,MODE, dump LABEL, exec LIST, exit EXPR, exit, fcntl
+FILEHANDLE,FUNCTION,SCALAR, flock FILEHANDLE,OPERATION, fork, getlogin,
+getpgrp PID, getppid, getpriority WHICH,WHO, getpwnam NAME, getgrnam NAME,
+getnetbyname NAME, getpwuid UID, getgrgid GID, getnetbyaddr ADDR,ADDRTYPE,
+getprotobynumber NUMBER, getservbyport PORT,PROTO, getpwent, getgrent,
+gethostbyname, gethostent, getnetent, getprotoent, getservent, sethostent
+STAYOPEN, setnetent STAYOPEN, setprotoent STAYOPEN, setservent STAYOPEN,
+endpwent, endgrent, endhostent, endnetent, endprotoent, endservent,
+getsockopt SOCKET,LEVEL,OPTNAME, glob EXPR, glob, ioctl
+FILEHANDLE,FUNCTION,SCALAR, kill SIGNAL, LIST, link OLDFILE,NEWFILE, lstat
+FILEHANDLE, lstat EXPR, lstat, msgctl ID,CMD,ARG, msgget KEY,FLAGS, msgsnd
+ID,MSG,FLAGS, msgrcv ID,VAR,SIZE,TYPE,FLAGS, open FILEHANDLE,EXPR, open
+FILEHANDLE, pipe READHANDLE,WRITEHANDLE, readlink EXPR, readlink, select
 RBITS,WBITS,EBITS,TIMEOUT, semctl ID,SEMNUM,CMD,ARG, semget
 KEY,NSEMS,FLAGS, semop KEY,OPSTRING, setgrent, setpgrp PID,PGRP,
 setpriority WHICH,WHO,PRIORITY, setpwent, setsockopt
@@ -3339,7 +3371,8 @@ LC_NUMERIC, LC_TIME, LANG
 =item Important Caveats
 
 Input and Output Layers, Regular Expressions, C<use utf8> still needed to
-enable UTF-8/UTF-EBCDIC in scripts
+enable UTF-8/UTF-EBCDIC in scripts, BOM-marked scripts and UTF-16 scripts
+autodetected, C<use encoding> needed to upgrade non-Latin-1 byte strings
 
 =item Byte and Character Semantics
 
@@ -3529,6 +3562,8 @@ chcp, dataset access, OS/390, z/OS iconv, locales
 
 =item Switches On the "#!" Line
 
+=item Taint mode and @INC
+
 =item Cleaning Up Your Path
 
 =item Security Bugs
@@ -3557,7 +3592,7 @@ chcp, dataset access, OS/390, z/OS iconv, locales
 
 =item Symbol Tables
 
-=item Package Constructors and Destructors
+=item BEGIN, CHECK, INIT and END
 
 =item Perl Classes
 
@@ -3595,20 +3630,21 @@ B::Deparse, B::Disassembler, B::Lint, B::Showlex, B::Stackobj, B::Stash,
 B::Terse, B::Xref, Benchmark, ByteLoader, CGI, CGI::Apache, CGI::Carp,
 CGI::Cookie, CGI::Fast, CGI::Pretty, CGI::Push, CGI::Switch, CGI::Util,
 CPAN, CPAN::FirstTime, CPAN::Nox, Carp, Carp::Heavy, Class::ISA,
-Class::Struct, Config, Cwd, DB, DB_File, Data::Dumper, Devel::DProf,
-Devel::PPPort, Devel::Peek, Devel::SelfStubber, Digest, Digest::MD5,
-DirHandle, Dumpvalue, DynaLoader, Encode, Encode::Alias, Encode::Byte,
-Encode::CJKConstants, Encode::CN, Encode::CN::HZ, Encode::Config,
-Encode::EBCDIC, Encode::Encoder, Encode::Encoding, Encode::Guess,
-Encode::JP, Encode::JP::H2Z, Encode::JP::JIS7, Encode::KR,
-Encode::KR::2022_KR, Encode::MIME::Header, Encode::PerlIO,
-Encode::Supported, Encode::Symbol, Encode::TW, Encode::Unicode,
-Encode::Unicode::UTF7, English, Env, Errno, Exporter, Exporter::Heavy,
-ExtUtils::Command, ExtUtils::Command::MM, ExtUtils::Constant,
-ExtUtils::Embed, ExtUtils::Install, ExtUtils::Installed, ExtUtils::Liblist,
-ExtUtils::MM, ExtUtils::MM_Any, ExtUtils::MM_BeOS, ExtUtils::MM_Cygwin,
-ExtUtils::MM_DOS, ExtUtils::MM_MacOS, ExtUtils::MM_NW5, ExtUtils::MM_OS2,
-ExtUtils::MM_UWIN, ExtUtils::MM_Unix, ExtUtils::MM_VMS, ExtUtils::MM_Win32,
+Class::Struct, Config, Cwd, DB, DBM_Filter, DB_File, Data::Dumper,
+Devel::DProf, Devel::PPPort, Devel::Peek, Devel::SelfStubber, Digest,
+Digest::MD5, Digest::base, DirHandle, Dumpvalue, DynaLoader, Encode,
+Encode::Alias, Encode::Byte, Encode::CJKConstants, Encode::CN,
+Encode::CN::HZ, Encode::Config, Encode::EBCDIC, Encode::Encoder,
+Encode::Encoding, Encode::Guess, Encode::JP, Encode::JP::H2Z,
+Encode::JP::JIS7, Encode::KR, Encode::KR::2022_KR, Encode::MIME::Header,
+Encode::PerlIO, Encode::Supported, Encode::Symbol, Encode::TW,
+Encode::Unicode, Encode::Unicode::UTF7, English, Env, Errno, Exporter,
+Exporter::Heavy, ExtUtils::Command, ExtUtils::Command::MM,
+ExtUtils::Constant, ExtUtils::Embed, ExtUtils::Install,
+ExtUtils::Installed, ExtUtils::Liblist, ExtUtils::MM, ExtUtils::MM_Any,
+ExtUtils::MM_BeOS, ExtUtils::MM_Cygwin, ExtUtils::MM_DOS,
+ExtUtils::MM_MacOS, ExtUtils::MM_NW5, ExtUtils::MM_OS2, ExtUtils::MM_UWIN,
+ExtUtils::MM_Unix, ExtUtils::MM_VMS, ExtUtils::MM_Win32,
 ExtUtils::MM_Win95, ExtUtils::MY, ExtUtils::MakeMaker,
 ExtUtils::MakeMaker::FAQ, ExtUtils::MakeMaker::Tutorial,
 ExtUtils::MakeMaker::bytes, ExtUtils::MakeMaker::vmsish,
@@ -3627,7 +3663,7 @@ IPC::SysV::Semaphore, List::Util, Locale::Constants, Locale::Country,
 Locale::Currency, Locale::Language, Locale::Maketext,
 Locale::Maketext::TPJ13, Locale::Script, MIME::Base64,
 MIME::Base64::QuotedPrint, Math::BigFloat, Math::BigInt,
-Math::BigInt::Calc, Math::BigInt::Scalar, Math::BigRat, Math::Complex,
+Math::BigInt::Calc, Math::BigInt::CalcEmu, Math::BigRat, Math::Complex,
 Math::Trig, Memoize, Memoize::AnyDBM_File, Memoize::Expire,
 Memoize::ExpireFile, Memoize::ExpireTest, Memoize::NDBM_File,
 Memoize::SDBM_File, Memoize::Storable, NDBM_File, NEXT, Net::Cmd,
@@ -3868,9 +3904,9 @@ Look around, Check it's new, Discuss the need, Choose a name, Check again
 
 =item Step-by-step: Making the module
 
-Start with F<h2xs>, Use L<strict|strict> and L<warnings|warnings>, Use
-L<Carp|Carp>, Use L<Exporter|Exporter> - wisely!, Use L<plain old
-documentation|perlpod>, Write tests, Write the README
+Start with F<module-starter> or F<h2xs>, Use L<strict|strict> and
+L<warnings|warnings>, Use L<Carp|Carp>, Use L<Exporter|Exporter> - wisely!,
+Use L<plain old documentation|perlpod>, Write tests, Write the README
 
 =item Step-by-step: Distributing your module
 
@@ -4218,6 +4254,8 @@ C<!!!>, C<!!>, C<!>
 
 =item The RETVAL Variable
 
+=item Returning SVs, AVs and HVs through RETVAL
+
 =item The MODULE Keyword
 
 =item The PACKAGE Keyword
@@ -4469,7 +4507,7 @@ save_hptr(HV **hptr)>
 
 =item Internal Functions
 
-A, p, d, s, n, r, f, M, o, j, x
+A, p, d, s, n, r, f, M, o, x, m, X, E, b
 
 =over 4
 
@@ -4479,6 +4517,8 @@ A, p, d, s, n, r, f, M, o, j, x
 
 =item Source Documentation
 
+=item Backwards compatibility
+
 =back
 
 =item Unicode Support
@@ -4607,7 +4647,7 @@ GIMME, GIMME_V, G_ARRAY, G_DISCARD, G_EVAL, G_NOARGS, G_SCALAR, G_VOID
 
 AvFILL, av_clear, av_delete, av_exists, av_extend, av_fetch, av_fill,
 av_len, av_make, av_pop, av_push, av_shift, av_store, av_undef, av_unshift,
-get_av, newAV, Nullav, sortsv
+get_av, newAV, sortsv
 
 =item Callback Functions
 
@@ -4624,7 +4664,7 @@ perl_clone
 
 =item CV Manipulation Functions
 
-CvSTASH, get_cv, Nullcv
+CvSTASH, get_cv
 
 =item Embedding Functions
 
@@ -4642,36 +4682,38 @@ PL_modglobal, PL_na, PL_sv_no, PL_sv_undef, PL_sv_yes
 =item GV Functions
 
 GvSV, gv_fetchmeth, gv_fetchmethod, gv_fetchmethod_autoload,
-gv_fetchmeth_autoload, gv_stashpv, gv_stashsv
+gv_fetchmeth_autoload, gv_stashpv, gv_stashpvn, gv_stashsv
 
 =item Handy Values
 
-HEf_SVKEY, Nullch, Nullsv
+Nullav, Nullch, Nullcv, Nullhv, Nullsv
 
 =item Hash Manipulation Functions
 
-get_hv, HeHASH, HeKEY, HeKLEN, HePV, HeSVKEY, HeSVKEY_force, HeSVKEY_set,
-HeVAL, HvNAME, hv_clear, hv_delete, hv_delete_ent, hv_exists,
-hv_exists_ent, hv_fetch, hv_fetch_ent, hv_iterinit, hv_iterkey,
-hv_iterkeysv, hv_iternext, hv_iternextsv, hv_iternext_flags, hv_iterval,
-hv_magic, hv_store, hv_store_ent, hv_undef, newHV, Nullhv
+get_hv, HEf_SVKEY, HeHASH, HeKEY, HeKLEN, HePV, HeSVKEY, HeSVKEY_force,
+HeSVKEY_set, HeVAL, HvNAME, hv_assert, hv_clear, hv_clear_placeholders,
+hv_delete, hv_delete_ent, hv_exists, hv_exists_ent, hv_fetch, hv_fetch_ent,
+hv_iterinit, hv_iterkey, hv_iterkeysv, hv_iternext, hv_iternextsv,
+hv_iternext_flags, hv_iterval, hv_magic, hv_scalar, hv_store, hv_store_ent,
+hv_undef, newHV
 
 =item Magical Functions
 
 mg_clear, mg_copy, mg_find, mg_free, mg_get, mg_length, mg_magical, mg_set,
 SvGETMAGIC, SvLOCK, SvSETMAGIC, SvSetMagicSV, SvSetMagicSV_nosteal,
-SvSetSV, SvSetSV_nosteal, SvSHARE
+SvSetSV, SvSetSV_nosteal, SvSHARE, SvUNLOCK
 
 =item Memory Management
 
-Copy, Move, New, Newc, NEWSV, Newz, Poison, Renew, Renewc, Safefree,
-savepv, savepvn, savesharedpv, StructCopy, Zero
+Copy, CopyD, Move, MoveD, New, Newc, Newz, Poison, Renew, Renewc, Safefree,
+savepv, savepvn, savesharedpv, savesvpv, StructCopy, Zero, ZeroD
 
 =item Miscellaneous Functions
 
 fbm_compile, fbm_instr, form, getcwd_sv, new_version, scan_version, strEQ,
 strGE, strGT, strLE, strLT, strNE, strnEQ, strnNE, sv_nolocking,
-sv_nosharing, sv_nounlocking, upg_version, vcmp, vnumify, vstringify
+sv_nosharing, sv_nounlocking, upg_version, vcmp, vnormal, vnumify,
+vstringify
 
 =item Numeric functions
 
@@ -4688,12 +4730,13 @@ pad_sv
 
 =item Stack Manipulation Macros
 
-dMARK, dORIGMARK, dSP, EXTEND, MARK, ORIGMARK, POPi, POPl, POPn, POPp,
-POPpbytex, POPpx, POPs, PUSHi, PUSHMARK, PUSHn, PUSHp, PUSHs, PUSHu,
-PUTBACK, SP, SPAGAIN, XPUSHi, XPUSHn, XPUSHp, XPUSHs, XPUSHu, XSRETURN,
-XSRETURN_IV, XSRETURN_NO, XSRETURN_NV, XSRETURN_PV, XSRETURN_UNDEF,
-XSRETURN_UV, XSRETURN_YES, XST_mIV, XST_mNO, XST_mNV, XST_mPV, XST_mUNDEF,
-XST_mYES
+dMARK, dORIGMARK, dSP, EXTEND, MARK, mPUSHi, mPUSHn, mPUSHp, mPUSHu,
+mXPUSHi, mXPUSHn, mXPUSHp, mXPUSHu, ORIGMARK, POPi, POPl, POPn, POPp,
+POPpbytex, POPpx, POPs, PUSHi, PUSHMARK, PUSHmortal, PUSHn, PUSHp, PUSHs,
+PUSHu, PUTBACK, SP, SPAGAIN, XPUSHi, XPUSHmortal, XPUSHn, XPUSHp, XPUSHs,
+XPUSHu, XSRETURN, XSRETURN_EMPTY, XSRETURN_IV, XSRETURN_NO, XSRETURN_NV,
+XSRETURN_PV, XSRETURN_UNDEF, XSRETURN_UV, XSRETURN_YES, XST_mIV, XST_mNO,
+XST_mNV, XST_mPV, XST_mUNDEF, XST_mYES
 
 =item SV Flags
 
@@ -4701,39 +4744,41 @@ svtype, SVt_IV, SVt_NV, SVt_PV, SVt_PVAV, SVt_PVCV, SVt_PVHV, SVt_PVMG
 
 =item SV Manipulation Functions
 
-get_sv, looks_like_number, newRV_inc, newRV_noinc, newSV, newSViv, newSVnv,
-newSVpv, newSVpvf, newSVpvn, newSVpvn_share, newSVrv, newSVsv, newSVuv,
-SvCUR, SvCUR_set, SvEND, SvGROW, SvIOK, SvIOKp, SvIOK_notUV, SvIOK_off,
-SvIOK_on, SvIOK_only, SvIOK_only_UV, SvIOK_UV, SvIsCOW,
-SvIsCOW_shared_hash, SvIV, SvIVX, SvIVx, SvLEN, SvNIOK, SvNIOKp,
+get_sv, looks_like_number, newRV_inc, newRV_noinc, newSV, NEWSV, newSViv,
+newSVnv, newSVpv, newSVpvf, newSVpvn, newSVpvn_share, newSVrv, newSVsv,
+newSVuv, SvCUR, SvCUR_set, SvEND, SvGROW, SvIOK, SvIOKp, SvIOK_notUV,
+SvIOK_off, SvIOK_on, SvIOK_only, SvIOK_only_UV, SvIOK_UV, SvIsCOW,
+SvIsCOW_shared_hash, SvIV, SvIVX, SvIVx, SvIV_nomg, SvLEN, SvNIOK, SvNIOKp,
 SvNIOK_off, SvNOK, SvNOKp, SvNOK_off, SvNOK_on, SvNOK_only, SvNV, SvNVx,
 SvNVX, SvOK, SvOOK, SvPOK, SvPOKp, SvPOK_off, SvPOK_on, SvPOK_only,
 SvPOK_only_UTF8, SvPV, SvPVbyte, SvPVbytex, SvPVbytex_force,
 SvPVbyte_force, SvPVbyte_nolen, SvPVutf8, SvPVutf8x, SvPVutf8x_force,
 SvPVutf8_force, SvPVutf8_nolen, SvPVX, SvPVx, SvPV_force, SvPV_force_nomg,
-SvPV_nolen, SvREFCNT, SvREFCNT_dec, SvREFCNT_inc, SvROK, SvROK_off,
-SvROK_on, SvRV, SvSTASH, SvTAINT, SvTAINTED, SvTAINTED_off, SvTAINTED_on,
-SvTRUE, SvTYPE, SvUNLOCK, SvUOK, SvUPGRADE, SvUTF8, SvUTF8_off, SvUTF8_on,
-SvUV, SvUVX, SvUVx, SvVOK, sv_2bool, sv_2cv, sv_2io, sv_2iv, sv_2mortal,
-sv_2nv, sv_2pvbyte, sv_2pvbyte_nolen, sv_2pvutf8, sv_2pvutf8_nolen,
-sv_2pv_flags, sv_2pv_nolen, sv_2uv, sv_backoff, sv_bless, sv_catpv,
-sv_catpvf, sv_catpvf_mg, sv_catpvn, sv_catpvn_flags, sv_catpvn_mg,
-sv_catpv_mg, sv_catsv, sv_catsv_flags, sv_catsv_mg, sv_chop, sv_clear,
-sv_cmp, sv_cmp_locale, sv_collxfrm, sv_copypv, sv_dec, sv_derived_from,
-sv_eq, sv_force_normal, sv_force_normal_flags, sv_free, sv_gets, sv_grow,
-sv_inc, sv_insert, sv_isa, sv_isobject, sv_iv, sv_len, sv_len_utf8,
-sv_magic, sv_magicext, sv_mortalcopy, sv_newmortal, sv_newref, sv_nv,
-sv_pos_b2u, sv_pos_u2b, sv_pv, sv_pvbyte, sv_pvbyten, sv_pvbyten_force,
-sv_pvn, sv_pvn_force, sv_pvn_force_flags, sv_pvutf8, sv_pvutf8n,
-sv_pvutf8n_force, sv_reftype, sv_replace, sv_report_used, sv_reset,
-sv_rvweaken, sv_setiv, sv_setiv_mg, sv_setnv, sv_setnv_mg, sv_setpv,
-sv_setpvf, sv_setpvf_mg, sv_setpviv, sv_setpviv_mg, sv_setpvn,
-sv_setpvn_mg, sv_setpv_mg, sv_setref_iv, sv_setref_nv, sv_setref_pv,
-sv_setref_pvn, sv_setref_uv, sv_setsv, sv_setsv_flags, sv_setsv_mg,
-sv_setuv, sv_setuv_mg, sv_taint, sv_tainted, sv_true, sv_unmagic, sv_unref,
-sv_unref_flags, sv_untaint, sv_upgrade, sv_usepvn, sv_usepvn_mg,
-sv_utf8_decode, sv_utf8_downgrade, sv_utf8_encode, sv_utf8_upgrade,
-sv_utf8_upgrade_flags, sv_uv, sv_vcatpvfn, sv_vsetpvfn
+SvPV_nolen, SvPV_nomg, SvREFCNT, SvREFCNT_dec, SvREFCNT_inc, SvROK,
+SvROK_off, SvROK_on, SvRV, SvSTASH, SvTAINT, SvTAINTED, SvTAINTED_off,
+SvTAINTED_on, SvTRUE, SvTYPE, SvUOK, SvUPGRADE, SvUTF8, SvUTF8_off,
+SvUTF8_on, SvUV, SvUVx, SvUVX, SvUV_nomg, SvVOK, sv_2bool, sv_2cv, sv_2io,
+sv_2iv_flags, sv_2mortal, sv_2nv, sv_2pvbyte, sv_2pvbyte_nolen, sv_2pvutf8,
+sv_2pvutf8_nolen, sv_2pv_flags, sv_2pv_nolen, sv_2uv_flags, sv_backoff,
+sv_bless, sv_catpv, sv_catpvf, sv_catpvf_mg, sv_catpvn, sv_catpvn_flags,
+sv_catpvn_mg, sv_catpvn_nomg, sv_catpv_mg, sv_catsv, sv_catsv_flags,
+sv_catsv_mg, sv_catsv_nomg, sv_chop, sv_clear, sv_cmp, sv_cmp_locale,
+sv_collxfrm, sv_copypv, sv_dec, sv_derived_from, sv_eq, sv_force_normal,
+sv_force_normal_flags, sv_free, sv_gets, sv_grow, sv_inc, sv_insert,
+sv_isa, sv_isobject, sv_iv, sv_len, sv_len_utf8, sv_magic, sv_magicext,
+sv_mortalcopy, sv_newmortal, sv_newref, sv_nv, sv_pos_b2u, sv_pos_u2b,
+sv_pv, sv_pvbyte, sv_pvbyten, sv_pvbyten_force, sv_pvn, sv_pvn_force,
+sv_pvn_force_flags, sv_pvutf8, sv_pvutf8n, sv_pvutf8n_force, sv_reftype,
+sv_replace, sv_report_used, sv_reset, sv_rvweaken, sv_setiv, sv_setiv_mg,
+sv_setnv, sv_setnv_mg, sv_setpv, sv_setpvf, sv_setpvf_mg, sv_setpviv,
+sv_setpviv_mg, sv_setpvn, sv_setpvn_mg, sv_setpv_mg, sv_setref_iv,
+sv_setref_nv, sv_setref_pv, sv_setref_pvn, sv_setref_uv, sv_setsv,
+sv_setsv_flags, sv_setsv_mg, sv_setsv_nomg, sv_setuv, sv_setuv_mg,
+sv_taint, sv_tainted, sv_true, sv_unmagic, sv_unref, sv_unref_flags,
+sv_untaint, sv_upgrade, sv_usepvn, sv_usepvn_mg, sv_utf8_decode,
+sv_utf8_downgrade, sv_utf8_encode, sv_utf8_upgrade, sv_utf8_upgrade_flags,
+sv_uv, sv_vcatpvf, sv_vcatpvfn, sv_vcatpvf_mg, sv_vsetpvf, sv_vsetpvfn,
+sv_vsetpvf_mg
 
 =item Unicode Support
 
@@ -4746,8 +4791,8 @@ uvuni_to_utf8_flags
 
 =item Variables created by C<xsubpp> and C<xsubpp> internal functions
 
-ax, CLASS, dAX, dITEMS, dXSARGS, dXSI32, items, ix, newXSproto, RETVAL, ST,
-THIS, XS, XSRETURN_EMPTY, XS_VERSION, XS_VERSION_BOOTCHECK
+ax, CLASS, dAX, dITEMS, dUNDERBAR, dXSARGS, dXSI32, items, ix, newXSproto,
+RETVAL, ST, THIS, UNDERBAR, XS, XS_VERSION, XS_VERSION_BOOTCHECK
 
 =item Warning and Dieing
 
@@ -4775,8 +4820,8 @@ CvWEAKOUTSIDE
 CX_CURPAD_SAVE, CX_CURPAD_SV, PAD_BASE_SV, PAD_CLONE_VARS,
 PAD_COMPNAME_FLAGS, PAD_COMPNAME_GEN, PAD_COMPNAME_OURSTASH,
 PAD_COMPNAME_PV, PAD_COMPNAME_TYPE, PAD_DUP, PAD_RESTORE_LOCAL,
-PAD_SAVE_LOCAL, PAD_SAVE_SETNULLPAD, PAD_SETSV, PAD_SET_CUR, PAD_SV,
-PAD_SVl, SAVECLEARSV, SAVECOMPPAD, SAVEPADSV
+PAD_SAVE_LOCAL, PAD_SAVE_SETNULLPAD, PAD_SETSV, PAD_SET_CUR,
+PAD_SET_CUR_NOSAVE, PAD_SV, PAD_SVl, SAVECLEARSV, SAVECOMPPAD, SAVEPADSV
 
 =item Functions in file pp_ctl.c
 
@@ -4808,7 +4853,8 @@ djSP, LVRET
 
 =item SV Manipulation Functions
 
-report_uninit, sv_add_arena, sv_clean_all, sv_clean_objs, sv_free_arenas
+find_uninit_var, report_uninit, sv_add_arena, sv_clean_all, sv_clean_objs,
+sv_free_arenas
 
 =item AUTHORS
 
@@ -4948,6 +4994,8 @@ It's easier to rsync the source tree, It's more reliable
 It's easier to rsync the patches, It's a good reference, Finding a start
 point, Finding how to fix a bug, Finding the source of misbehaviour
 
+=item Working with the source
+
 =item Perlbug administration
 
 =item Submitting patches
@@ -5000,10 +5048,10 @@ t/cmd t/run t/io t/op, t/lib ext lib
 
 =item Special Make Test Targets
 
-coretest, test.deparse, minitest, test.valgrind check.valgrind
-utest.valgrind ucheck.valgrind, test.third check.third utest.third
-ucheck.third, test.torture torturetest, utest ucheck test.utf8 check.utf8,
-test_harness
+coretest, test.deparse, test.taintwarn, minitest, test.valgrind
+check.valgrind utest.valgrind ucheck.valgrind, test.third check.third
+utest.third ucheck.third, test.torture torturetest, utest ucheck test.utf8
+check.utf8, minitest.utf16 test.utf16, test_harness
 
 =item Running tests by hand
 
@@ -5070,439 +5118,445 @@ I<The Road goes ever on and on, down from the door where it began.>
 
 =item DESCRIPTION
 
-=item To do during 5.6.x
+=item assertions
 
-=over 4
-
-=item Support for I/O disciplines
+=item iCOW
 
-=item Autoload bytes.pm
+=item (?{...}) closures in regexps
 
-=item Make "\u{XXXX}" et al work
+=item A re-entrant regexp engine
 
-=item Create a char *sv_pvprintify(sv, STRLEN *lenp, UV flags)
+=item pragmata
 
-=item Overloadable regex assertions
-
-=item Unicode
+=over 4
 
-=item Work out exit/die semantics for threads
+=item lexical pragmas
 
-=item Better support for nonpreemptive threading systems like GNU pth
+=item use less 'memory'
 
-=item Typed lexicals for compiler
+=back
 
-=item Compiler workarounds for Win32
+=item prototypes and functions
 
-=item AUTOLOADing in the compiler
+=over 4
 
-=item Fixing comppadlist when compiling
+=item _ prototype character
 
-=item Cleaning up exported namespace
+=item inlining autoloaded constants
 
-=item Complete signal handling
+=item Finish off lvalue functions
 
-=item Out-of-source builds
+=back
 
-=item POSIX realtime support
+=item Unicode and UTF8
 
-=item UNIX98 support
+=over 4
 
-=item IPv6 Support
+=item Implicit Latin 1 => Unicode translation
 
-=item Long double conversion
+=item UTF8 caching code
 
-=item Locales
+=item Unicode in Filenames
 
-=item Arithmetic on non-Arabic numerals
+=item Unicode in %ENV
 
-=item POSIX Unicode character classes
+=back
 
-=item Factoring out common suffices/prefices in regexps (trie optimization)
+=item Regexps
 
-=item Security audit shipped utilities
+=over 4
 
-=item Sort out the uid-setting mess
+=item regexp optimiser optional
 
-=item Custom opcodes
+=item common suffices/prefices in regexps (trie optimization)
 
-=item DLL Versioning
+=back
 
-=item Introduce @( and @)
+=item POD
 
-=item Floating point handling
+=over 4
 
-=item IV/UV preservation
+=item POD -> HTML conversion still sucks
 
-=item Replace pod2html with something using Pod::Parser
+=back
 
-=item Automate module testing on CPAN
+=item Misc medium sized projects
 
-=item sendmsg and recvmsg
+=over 4
 
-=item Rewrite perlre documentation
+=item UNITCHECK
 
-=item Convert example code to IO::Handle filehandles
+=item optional optimizer
 
-=item Document Win32 choices
+=item You WANT *how* many
 
-=item Check new modules
+=item lexical aliases
 
-=item Make roffitall find pods and libs itself
+=item no 6
 
-=back
+=item IPv6
 
-=item To do at some point
+=item entersub XS vs Perl
 
-=over 4
+=item @INC source filter to Filter::Simple
 
-=item Remove regular expression recursion
+=item bincompat functions
 
-=item Memory leaks after failed eval
+=item Use fchown/fchmod internally
 
-=item bitfields in pack
+=item Constant folding
 
-=item Cross compilation
+=back
 
-=item Perl preprocessor / macros
+=item Tests
 
-=item Perl lexer in Perl
+=over 4
 
-=item Using POSIX calls internally
+=item Make Schwern poorer
 
-=item -i rename file when changed
+=item test B
 
-=item All ARGV input should act like E<lt>E<gt>
+=item common test code for timed bailout
 
-=item Support for rerunning debugger
+=back
 
-=item Test Suite for the Debugger
+=item Installation
 
-=item my sub foo { }
+=over 4
 
-=item One-pass global destruction
+=item compressed man pages
 
-=item Rewrite regexp parser
+=item Make Config.pm cope with differences between build and installed perl
 
-=item Cache recently used regexps
+=item Relocatable perl
 
-=item Cross-compilation support
+=item make HTML install work
 
-=item Bit-shifting bitvectors
+=item put patchlevel in -v
 
-=item debugger pragma
+=back
 
-=item use less pragma
+=item Incremental things
 
-=item switch structures
+=over 4
 
-=item Cache eval tree
+=item autovivification
 
-=item rcatmaybe
+=item fix tainting bugs
 
-=item Shrink opcode tables
+=item Make tainting consistent
 
-=item Optimize away @_
+=item Dual life everything
 
-=item Prototypes versus indirect objects
+=back
 
-=item Install HTML
+=item Vague things
 
-=item Prototype method calls
+=over 4
 
-=item Return context prototype declarations
+=item threads
 
-=item magic_setisa
+=item POSIX memory footprint
 
-=item Garbage collection
+=item Optimize away @_
 
-=item IO tutorial
+=item switch ops
 
-=item Rewrite perldoc
+=item Attach/detach debugger from running program
 
-=item Install .3p manpages
+=item A decent benchmark
 
-=item Unicode tutorial
+=item readpipe(LIST)
 
-=item Update POSIX.pm for 1003.1-2
+=item Self ties
 
-=item Retargetable installation
+=back
 
-=item POSIX emulation on non-POSIX systems
+=back
 
-=item Rename Win32 headers
+=head2 perldoc - Look up Perl documentation in Pod format.
 
-=item Finish off lvalue functions
+=over 4
 
-=item Update sprintf documentation
+=item SYNOPSIS
 
-=item Use fchown/fchmod internally
+=item DESCRIPTION
 
-=item Make v-strings overloaded objects
+=item OPTIONS
 
-=item Allow restricted hash assignment
+B<-h>, B<-v>, B<-t>, B<-u>, B<-m> I<module>, B<-l>, B<-F>, B<-f>
+I<perlfunc>, B<-q> I<perlfaq-search-regexp>, B<-T>, B<-d>
+I<destination-filename>, B<-o> I<output-formatname>, B<-M> I<module-name>,
+B<-w> I<option:value> or B<-w> I<option>, B<-X>,
+B<PageName|ModuleName|ProgramName>, B<-n> I<some-formatter>, B<-r>, B<-i>,
+B<-V>
 
-=item Should overload be inheritable?
+=item SECURITY
 
-=item Taint rethink
+=item ENVIRONMENT
 
-=item Perform correctly when XSUBs call subroutines that exit via
-goto(LABEL) and friends
+=item AUTHOR
 
 =back
 
-=item Vague ideas
+=head2 perlhist - the Perl history records
 
 =over 4
 
-=item ref() in list context
+=item DESCRIPTION
 
-=item Make tr/// return histogram of characters in list context
+=item INTRODUCTION
 
-=item Compile to real threaded code
+=item THE KEEPERS OF THE PUMPKIN
 
-=item Structured types
+=over 4
 
-=item Modifiable $1 et al.
+=item PUMPKIN?
 
-=item Procedural interfaces for IO::*, etc.
+=back
 
-=item RPC modules
+=item THE RECORDS
 
-=item Attach/detach debugger from running program
+=over 4
 
-=item GUI::Native
+=item SELECTED RELEASE SIZES
 
-=item foreach(reverse ...)
+=item SELECTED PATCH SIZES
 
-=item Constant function cache
+=back
 
-=item Approximate regular expression matching
+=item THE KEEPERS OF THE RECORDS
 
 =back
 
-=item Ongoing
+=head2 perldelta - what is new for perl v5.9.2
 
 =over 4
 
-=item Update guts documentation
+=item DESCRIPTION
 
-=item Add more tests
+=item Incompatible Changes
 
-=item Update auxiliary tools
+=item Core Enhancements
 
-=item Create debugging macros
+=item Modules and Pragmata
 
-=item truncate to the people
+=item Utility Changes
 
-=item Unicode in Filenames
+=item Documentation
 
-=back
+=item Performance Enhancements
 
-=item Unicode in %ENV
+=item Installation and Configuration Improvements
+
+=item Selected Bug Fixes
+
+=item New or Changed Diagnostics
+
+=item Changed Internals
 
-=item Recently done things
+=item Known Problems
 
 =over 4
 
-=item Alternative RE syntax module
+=item Platform Specific Problems
 
-=item Safe signal handling
+=back
 
-=item Tie Modules
+=item Reporting Bugs
 
-=item gettimeofday
+=item SEE ALSO
 
-=item setitimer and getimiter
+=back
 
-=item Testing __DIE__ hook
+=head2 perl592delta, perldelta - what is new for perl v5.9.2
 
-=item CPP equivalent in Perl
+=over 4
 
-=item Explicit switch statements
+=item DESCRIPTION
 
-=item autocroak
+=item Incompatible Changes
 
-=item UTF/EBCDIC
+=item Core Enhancements
 
-=item UTF Regexes
+=item Modules and Pragmata
 
-=item perlcc to produce executable
+=item Utility Changes
 
-=item END blocks saved in compiled output
+=item Documentation
 
-=item Secure temporary file module
+=item Performance Enhancements
 
-=item Integrate Time::HiRes
+=item Installation and Configuration Improvements
 
-=item Turn Cwd into XS
+=item Selected Bug Fixes
 
-=item Mmap for input
+=item New or Changed Diagnostics
 
-=item Byte to/from UTF-8 and UTF-8 to/from local conversion
+=item Changed Internals
 
-=item Add sockatmark support
+=item Known Problems
 
-=item Mailing list archives
+=over 4
 
-=item Bug tracking
+=item Platform Specific Problems
 
-=item Integrate MacPerl
+=back
 
-=item Web "nerve center" for Perl
+=item Reporting Bugs
 
-=item Regular expression tutorial
+=item SEE ALSO
 
-=item Debugging Tutorial
+=back
 
-=item Integrate new modules
+=head2 perl591delta, perldelta - what is new for perl v5.9.1
 
-=item Integrate profiler
+=over 4
 
-=item Y2K error detection
+=item DESCRIPTION
 
-=item Regular expression debugger
+=item Incompatible Changes
 
-=item POD checker
+=over 4
 
-=item "Dynamic" lexicals
+=item substr() lvalues are no longer fixed-length
 
-=item Cache precompiled modules
+=item The C<:unique> attribute is only meaningful for globals
 
 =back
 
-=item Deprecated Wishes
+=item Core Enhancements
 
 =over 4
 
-=item Loop control on do{}
+=item Lexical C<$_>
 
-=item Lexically scoped typeglobs
+=item Tied hashes in scalar context
 
-=item format BOTTOM
+=item Formats
 
-=item report HANDLE
+=item Stacked filetest operators
 
-=item Generalised want()/caller())
+=back
 
-=item Named prototypes
+=item Modules and Pragmata
 
-=item Built-in globbing
+Benchmark, Carp, Exporter, FindBin, List::Util, threads::shared
 
-=item Regression tests for suidperl
+=item Utility Changes
 
-=item Cached hash values
+=item Documentation
 
-=item Add compression modules
+=item Performance Enhancements
 
-=item Reorganise documentation into tutorials/references
+=item Selected Bug Fixes
 
-=item Remove distinction between functions and operators
+=over 4
 
-=item Make XS easier to use
+=item UTF-8 bugs
 
-=item Make embedding easier to use
+=item Threading bugs
 
-=item man for perl
+=item More bugs
 
-=item my $Package::variable
+=back
 
-=item "or" tests defined, not truth
+=item New or Changed Diagnostics
 
-=item "class"-based lexicals
+=item Changed Internals
 
-=item byteperl
+=over 4
 
-=item Lazy evaluation / tail recursion removal
+=item Reordering of SVt_* constants
 
-=item Make "use utf8" the default
+=item Removal of CPP symbols
 
-=item Unicode collation and normalization
+=item Less space is used by ops
 
-=item pack/unpack tutorial
+=item New parser
 
 =back
 
-=back
+=item Configuration and Building
 
-=head2 perldoc - Look up Perl documentation in Pod format.
+=item Known Problems
 
 =over 4
 
-=item SYNOPSIS
-
-=item DESCRIPTION
-
-=item OPTIONS
+=item Platform Specific Problems
 
-B<-h>, B<-v>, B<-t>, B<-u>, B<-m> I<module>, B<-l>, B<-F>, B<-f>
-I<perlfunc>, B<-q> I<perlfaq-search-regexp>, B<-T>, B<-d>
-I<destination-filename>, B<-o> I<output-formatname>, B<-M> I<module-name>,
-B<-w> I<option:value> or B<-w> I<option>, B<-X>,
-B<PageName|ModuleName|ProgramName>, B<-n> I<some-formatter>, B<-r>, B<-i>,
-B<-V>
+=back
 
-=item SECURITY
+=item To-do for perl 5.10.0
 
-=item ENVIRONMENT
+=item Reporting Bugs
 
-=item AUTHOR
+=item SEE ALSO
 
 =back
 
-=head2 perlhist - the Perl history records
+=head2 perl590delta, perldelta - what is new for perl v5.9.0
 
 =over 4
 
 =item DESCRIPTION
 
-=item INTRODUCTION
-
-=item THE KEEPERS OF THE PUMPKIN
+=item Incompatible Changes
 
 =over 4
 
-=item PUMPKIN?
+=item Hash Randomisation
 
-=back
+=item UTF-8 On Filehandles No Longer Activated By Locale
 
-=item THE RECORDS
+=item Single-number v-strings are no longer v-strings before "=>"
 
-=over 4
+=item (Win32) The -C Switch Has Been Repurposed
 
-=item SELECTED RELEASE SIZES
+=item (Win32) The /d Switch Of cmd.exe
 
-=item SELECTED PATCH SIZES
+=item The C<$*> variable has been removed
 
 =back
 
-=item THE KEEPERS OF THE RECORDS
+=item Core Enhancements
 
-=back
+=over 4
 
-=head2 perldelta - what is new for perl v5.9.0
+=item Assertions
 
-=over 4
+=item Defined-or operators
 
-=item DESCRIPTION
+=item UTF-8 no longer default under UTF-8 locales
 
-=item Incompatible Changes
+=item Unsafe signals again available
 
-=over 4
+=item Tied Arrays with Negative Array Indices
 
-=item The C<$*> variable has been removed
+=item local ${$x}
+
+=item Unicode Character Database 4.0.0
+
+=item Miscellaneous Enhancements
 
 =back
 
-=item Core Enhancements
+=item Modules and Pragmata
 
 =over 4
 
-=item Tied Arrays with Negative Array Indices
+=item Updated Modules And Pragmata
 
-=back
+base, B::Bytecode, B::Concise, B::Deparse, Benchmark, ByteLoader, bytes,
+CGI, charnames, CPAN, Data::Dumper, DB_File, Devel::PPPort, Digest::MD5,
+Encode, fields, libnet, Math::BigInt, MIME::Base64, NEXT, Net::Ping,
+PerlIO::scalar, podlators, Pod::LaTeX, PodParsers, Pod::Perldoc,
+Scalar::Util, Storable, strict, Term::ANSIcolor, Test::Harness, Test::More,
+Test::Simple, Text::Balanced, Time::HiRes, threads, threads::shared,
+Unicode::Collate, Unicode::Normalize, Win32::GetFolderPath,
+Win32::GetOSVersion
 
-=item Modules and Pragmata
+=back
 
 =item Utility Changes
 
@@ -5512,239 +5566,313 @@ B<-V>
 
 =item Installation and Configuration Improvements
 
-=item Selected Bug Fixes
+=over 4
 
-=item New or Changed Diagnostics
+=item Platform-specific enhancements
 
-=item Changed Internals
+=back
 
-=item New Tests
+=item Selected Bug Fixes
 
-=item Known Problems
+=over 4
 
-=item Platform Specific Problems
+=item Closures, eval and lexicals
 
-=item Reporting Bugs
+=item Generic fixes
 
-=item SEE ALSO
+=item Platform-specific fixes
 
 =back
 
-=head2 perl58delta, perldelta - what is new for perl v5.8.0
+=item New or Changed Diagnostics
 
 =over 4
 
-=item DESCRIPTION
+=item Changed "A thread exited while %d threads were running"
 
-=item Highlights In 5.8.0
+=item Removed "Attempt to clear a restricted hash"
 
-=item Incompatible Changes
+=item New "Illegal declaration of anonymous subroutine"
 
-=over 4
+=item Changed "Invalid range "%s" in transliteration operator"
 
-=item Binary Incompatibility
+=item New "Missing control char name in \c"
 
-=item 64-bit platforms and malloc
+=item New "Newline in left-justified string for %s"
 
-=item AIX Dynaloading
+=item New "Possible precedence problem on bitwise %c operator"
 
-=item Attributes for C<my> variables now handled at run-time
+=item New "read() on %s filehandle %s"
 
-=item Socket Extension Dynamic in VMS
+=item New "Tied variable freed while still in use"
 
-=item IEEE-format Floating Point Default on OpenVMS Alpha
+=item New "To%s: illegal mapping '%s'"
 
-=item New Unicode Semantics (no more C<use utf8>, almost)
+=item New "Use of freed value in iteration"
 
-=item New Unicode Properties
+=back
 
-=item REF(...) Instead Of SCALAR(...)
+=item Changed Internals
 
-=item pack/unpack D/F recycled
+=item New Tests
 
-=item glob() now returns filenames in alphabetical order
+=item Known Problems
 
-=item Deprecations
+=over 4
+
+=item Tied hashes in scalar context
+
+=item Net::Ping 450_service and 510_ping_udp failures
+
+=item B::C
 
 =back
 
-=item Core Enhancements
+=item Platform Specific Problems
 
 =over 4
 
-=item Unicode Overhaul
+=item EBCDIC Platforms
 
-=item PerlIO is Now The Default
+=item Cygwin 1.5 problems
 
-=item ithreads
+=item HP-UX: HP cc warnings about sendfile and sendpath
 
-=item Restricted Hashes
+=item IRIX: t/uni/tr_7jis.t falsely failing
 
-=item Safe Signals
+=item Mac OS X: no usemymalloc
 
-=item Understanding of Numbers
+=item Tru64: No threaded builds with GNU cc (gcc)
 
-=item Arrays now always interpolate into double-quoted strings [561]
+=item Win32: sysopen, sysread, syswrite
 
-=item Miscellaneous Changes
+=back
+
+=item TODO
+
+=item Reporting Bugs
+
+=item SEE ALSO
 
 =back
 
-=item Modules and Pragmata
+=head2 perl586delta - what is new for perl v5.8.6
 
 =over 4
 
-=item New Modules and Pragmata
+=item DESCRIPTION
 
-=item Updated And Improved Modules and Pragmata
+=item Incompatible Changes
 
-=back
+=item Core Enhancements
 
-=item Utility Changes
+=item Modules and Pragmata
 
-=item New Documentation
+=item Utility Changes
 
 =item Performance Enhancements
 
-=item Installation and Configuration Improvements
+=item Selected Bug Fixes
 
-=over 4
+=item New or Changed Diagnostics
 
-=item Generic Improvements
+=item Changed Internals
 
-=item New Or Improved Platforms
+=item New Tests
+
+=item Reporting Bugs
+
+=item SEE ALSO
 
 =back
 
-=item Selected Bug Fixes
+=head2 perl585delta - what is new for perl v5.8.5
 
 =over 4
 
-=item Platform Specific Changes and Fixes
+=item DESCRIPTION
+
+=item Incompatible Changes
+
+=item Core Enhancements
+
+=item Modules and Pragmata
+
+=item Utility Changes
+
+=over 4
+
+=item Perl's debugger
+
+=item h2ph
 
 =back
 
+=item Installation and Configuration Improvements
+
+=item Selected Bug Fixes
+
 =item New or Changed Diagnostics
 
 =item Changed Internals
 
-=item Security Vulnerability Closed [561]
+=item Known Problems
 
-=item New Tests
+=item Platform Specific Problems
 
-=item Known Problems
+=item Reporting Bugs
 
-=over 4
+=item SEE ALSO
 
-=item The Compiler Suite Is Still Very Experimental
+=back
 
-=item Localising Tied Arrays and Hashes Is Broken
+=head2 perl584delta - what is new for perl v5.8.4
 
-=item Building Extensions Can Fail Because Of Largefiles
+=over 4
 
-=item Modifying $_ Inside for(..)
+=item DESCRIPTION
 
-=item mod_perl 1.26 Doesn't Build With Threaded Perl
+=item Incompatible Changes
 
-=item lib/ftmp-security tests warn 'system possibly insecure'
+=item Core Enhancements
 
-=item libwww-perl (LWP) fails base/date #51
+=over 4
 
-=item PDL failing some tests
+=item Malloc wrapping
 
-=item Perl_get_sv
+=item Unicode Character Database 4.0.1
 
-=item Self-tying Problems
+=item suidperl less insecure
 
-=item ext/threads/t/libc
+=item format
 
-=item Failure of Thread (5.005-style) tests
+=back
 
-=item Timing problems
+=item Modules and Pragmata
 
-=item Tied/Magical Array/Hash Elements Do Not Autovivify
+=over 4
 
-=item Unicode in package/class and subroutine names does not work
+=item Updated modules
+
+Attribute::Handlers, B, Benchmark, CGI, Carp, Cwd, Exporter, File::Find,
+IO, IPC::Open3, Local::Maketext, Math::BigFloat, Math::BigInt,
+Math::BigRat, MIME::Base64, ODBM_File, POSIX, Shell, Socket, Storable,
+Switch, Sys::Syslog, Term::ANSIColor, Time::HiRes, Unicode::UCD, Win32,
+base, open, threads, utf8
 
 =back
 
+=item Performance Enhancements
+
+=item Utility Changes
+
+=item Installation and Configuration Improvements
+
+=item Selected Bug Fixes
+
+=item New or Changed Diagnostics
+
+=item Changed Internals
+
+=item Future Directions
+
 =item Platform Specific Problems
 
+=item Reporting Bugs
+
+=item SEE ALSO
+
+=back
+
+=head2 perl583delta - what is new for perl v5.8.3
+
 =over 4
 
-=item AIX
+=item DESCRIPTION
 
-=item Alpha systems with old gccs fail several tests
+=item Incompatible Changes
 
-=item AmigaOS
+=item Core Enhancements
 
-=item BeOS
+=item Modules and Pragmata
 
-=item Cygwin "unable to remap"
+CGI, Cwd, Digest, Digest::MD5, Encode, File::Spec, FindBin, List::Util,
+Math::BigInt, PodParser, Pod::Perldoc, POSIX, Unicode::Collate,
+Unicode::Normalize, Test::Harness, threads::shared
 
-=item Cygwin ndbm tests fail on FAT
+=item Utility Changes
 
-=item DJGPP Failures
+=item New Documentation
 
-=item FreeBSD built with ithreads coredumps reading large directories
+=item Installation and Configuration Improvements
 
-=item FreeBSD Failing locale Test 117 For ISO 8859-15 Locales
+=item Selected Bug Fixes
 
-=item IRIX fails ext/List/Util/t/shuffle.t or Digest::MD5
+=item New or Changed Diagnostics
 
-=item HP-UX lib/posix Subtest 9 Fails When LP64-Configured
+=item Changed Internals
 
-=item Linux with glibc 2.2.5 fails t/op/int subtest #6 with -Duse64bitint
+=item Configuration and Building
 
-=item Linux With Sfio Fails op/misc Test 48
+=item Platform Specific Problems
 
-=item Mac OS X
+=item Known Problems
 
-=item Mac OS X dyld undefined symbols
+=item Future Directions
 
-=item OS/2 Test Failures
+=item Obituary
 
-=item op/sprintf tests 91, 129, and 130
+=item Reporting Bugs
 
-=item SCO
+=item SEE ALSO
 
-=item Solaris 2.5
+=back
 
-=item Solaris x86 Fails Tests With -Duse64bitint
+=head2 perl582delta - what is new for perl v5.8.2
 
-=item SUPER-UX (NEC SX)
+=over 4
 
-=item Term::ReadKey not working on Win32
+=item DESCRIPTION
 
-=item UNICOS/mk
+=item Incompatible Changes
 
-=item UTS
+=item Core Enhancements
 
-=item VOS (Stratus)
+=over 4
 
-=item VMS
+=item Hash Randomisation
 
-=item Win32
+=item Threading
 
-=item XML::Parser not working
+=back
 
-=item z/OS (OS/390)
+=item Modules and Pragmata
 
-=item Unicode Support on EBCDIC Still Spotty
+=over 4
 
-=item Seen In Perl 5.7 But Gone Now
+=item Updated Modules And Pragmata
+
+Devel::PPPort, Digest::MD5, I18N::LangTags, libnet, MIME::Base64,
+Pod::Perldoc, strict, Tie::Hash, Time::HiRes, Unicode::Collate,
+Unicode::Normalize, UNIVERSAL
 
 =back
 
+=item Selected Bug Fixes
+
+=item Changed Internals
+
+=item Platform Specific Problems
+
+=item Future Directions
+
 =item Reporting Bugs
 
 =item SEE ALSO
 
-=item HISTORY
-
 =back
 
-=head2 perl581delta, perldelta - what is new for perl v5.8.1
+=head2 perl581delta - what is new for perl v5.8.1
 
 =over 4
 
@@ -5903,41 +6031,39 @@ Win32::GetOSVersion
 
 =back
 
-=head2 perl573delta - what's new for perl v5.7.3
+=head2 perl58delta - what is new for perl v5.8.0
 
 =over 4
 
 =item DESCRIPTION
 
-=item Changes
-
-=item Reporting Bugs
+=item Highlights In 5.8.0
 
-=item SEE ALSO
+=item Incompatible Changes
 
-=item HISTORY
+=over 4
 
-=back
+=item Binary Incompatibility
 
-=head2 perl572delta - what's new for perl v5.7.2
+=item 64-bit platforms and malloc
 
-=over 4
+=item AIX Dynaloading
 
-=item DESCRIPTION
+=item Attributes for C<my> variables now handled at run-time
 
-=item Security Vulnerability Closed
+=item Socket Extension Dynamic in VMS
 
-=item Incompatible Changes
+=item IEEE-format Floating Point Default on OpenVMS Alpha
 
-=over 4
+=item New Unicode Semantics (no more C<use utf8>, almost)
 
-=item 64-bit platforms and malloc
+=item New Unicode Properties
 
-=item AIX Dynaloading
+=item REF(...) Instead Of SCALAR(...)
 
-=item Socket Extension Dynamic in VMS
+=item pack/unpack D/F recycled
 
-=item Different Definition of the Unicode Character Classes \p{In...}
+=item glob() now returns filenames in alphabetical order
 
 =item Deprecations
 
@@ -5945,25 +6071,241 @@ Win32::GetOSVersion
 
 =item Core Enhancements
 
-=item Modules and Pragmata
-
 =over 4
 
-=item New Modules and Distributions
+=item Unicode Overhaul
 
-=item Updated And Improved Modules and Pragmata
+=item PerlIO is Now The Default
 
-=back
+=item ithreads
 
-=item Utility Changes
+=item Restricted Hashes
 
-=item New Documentation
+=item Safe Signals
 
-=item Installation and Configuration Improvements
+=item Understanding of Numbers
 
-=over 4
+=item Arrays now always interpolate into double-quoted strings [561]
 
-=item New Or Improved Platforms
+=item Miscellaneous Changes
+
+=back
+
+=item Modules and Pragmata
+
+=over 4
+
+=item New Modules and Pragmata
+
+=item Updated And Improved Modules and Pragmata
+
+=back
+
+=item Utility Changes
+
+=item New Documentation
+
+=item Performance Enhancements
+
+=item Installation and Configuration Improvements
+
+=over 4
+
+=item Generic Improvements
+
+=item New Or Improved Platforms
+
+=back
+
+=item Selected Bug Fixes
+
+=over 4
+
+=item Platform Specific Changes and Fixes
+
+=back
+
+=item New or Changed Diagnostics
+
+=item Changed Internals
+
+=item Security Vulnerability Closed [561]
+
+=item New Tests
+
+=item Known Problems
+
+=over 4
+
+=item The Compiler Suite Is Still Very Experimental
+
+=item Localising Tied Arrays and Hashes Is Broken
+
+=item Building Extensions Can Fail Because Of Largefiles
+
+=item Modifying $_ Inside for(..)
+
+=item mod_perl 1.26 Doesn't Build With Threaded Perl
+
+=item lib/ftmp-security tests warn 'system possibly insecure'
+
+=item libwww-perl (LWP) fails base/date #51
+
+=item PDL failing some tests
+
+=item Perl_get_sv
+
+=item Self-tying Problems
+
+=item ext/threads/t/libc
+
+=item Failure of Thread (5.005-style) tests
+
+=item Timing problems
+
+=item Tied/Magical Array/Hash Elements Do Not Autovivify
+
+=item Unicode in package/class and subroutine names does not work
+
+=back
+
+=item Platform Specific Problems
+
+=over 4
+
+=item AIX
+
+=item Alpha systems with old gccs fail several tests
+
+=item AmigaOS
+
+=item BeOS
+
+=item Cygwin "unable to remap"
+
+=item Cygwin ndbm tests fail on FAT
+
+=item DJGPP Failures
+
+=item FreeBSD built with ithreads coredumps reading large directories
+
+=item FreeBSD Failing locale Test 117 For ISO 8859-15 Locales
+
+=item IRIX fails ext/List/Util/t/shuffle.t or Digest::MD5
+
+=item HP-UX lib/posix Subtest 9 Fails When LP64-Configured
+
+=item Linux with glibc 2.2.5 fails t/op/int subtest #6 with -Duse64bitint
+
+=item Linux With Sfio Fails op/misc Test 48
+
+=item Mac OS X
+
+=item Mac OS X dyld undefined symbols
+
+=item OS/2 Test Failures
+
+=item op/sprintf tests 91, 129, and 130
+
+=item SCO
+
+=item Solaris 2.5
+
+=item Solaris x86 Fails Tests With -Duse64bitint
+
+=item SUPER-UX (NEC SX)
+
+=item Term::ReadKey not working on Win32
+
+=item UNICOS/mk
+
+=item UTS
+
+=item VOS (Stratus)
+
+=item VMS
+
+=item Win32
+
+=item XML::Parser not working
+
+=item z/OS (OS/390)
+
+=item Unicode Support on EBCDIC Still Spotty
+
+=item Seen In Perl 5.7 But Gone Now
+
+=back
+
+=item Reporting Bugs
+
+=item SEE ALSO
+
+=item HISTORY
+
+=back
+
+=head2 perl573delta - what's new for perl v5.7.3
+
+=over 4
+
+=item DESCRIPTION
+
+=item Changes
+
+=item Reporting Bugs
+
+=item SEE ALSO
+
+=item HISTORY
+
+=back
+
+=head2 perl572delta - what's new for perl v5.7.2
+
+=over 4
+
+=item DESCRIPTION
+
+=item Security Vulnerability Closed
+
+=item Incompatible Changes
+
+=over 4
+
+=item 64-bit platforms and malloc
+
+=item AIX Dynaloading
+
+=item Socket Extension Dynamic in VMS
+
+=item Different Definition of the Unicode Character Classes \p{In...}
+
+=item Deprecations
+
+=back
+
+=item Core Enhancements
+
+=item Modules and Pragmata
+
+=over 4
+
+=item New Modules and Distributions
+
+=item Updated And Improved Modules and Pragmata
+
+=back
+
+=item Utility Changes
+
+=item New Documentation
+
+=item Installation and Configuration Improvements
+
+=over 4
+
+=item New Or Improved Platforms
 
 =item Generic Improvements
 
@@ -7477,163 +7819,145 @@ a), b), c), d), a), b), c), d)
 
 =back
 
-=head1 PRAGMA DOCUMENTATION
-
-=head2 attrs - set/get attributes of a subroutine (deprecated)
+=head2 perlaix, README.aix - Perl version 5 on IBM Unix (AIX) systems
 
 =over 4
 
-=item SYNOPSIS
-
 =item DESCRIPTION
 
-method, locked
-
-=back
-
-=head2 re - Perl pragma to alter regular expression behaviour
-
 =over 4
 
-=item SYNOPSIS
-
-=item DESCRIPTION
+=item Compiling Perl 5 on AIX
 
-=back
+=item OS level
 
-=head2 threadshared::shared, threads::shared - Perl extension for sharing
-data structures between threads
+=item Building Dynamic Extensions on AIX
 
-=over 4
+=item The IBM ANSI C Compiler
 
-=item SYNOPSIS
+=item The usenm option
 
-=item DESCRIPTION
+=item Using GNU's gcc for building perl
 
-=item EXPORT
+=item Using Large Files with Perl
 
-=item FUNCTIONS
+=item Threaded Perl
 
-share VARIABLE, lock VARIABLE, cond_wait VARIABLE, cond_signal VARIABLE,
-cond_broadcast VARIABLE
+=item 64-bit Perl
 
-=item NOTES
+=item AIX 4.2 and extensions using C++ with statics
 
-=item BUGS
+=back
 
 =item AUTHOR
 
-=item SEE ALSO
+=item DATE
 
 =back
 
-=head2 threads - Perl extension allowing use of interpreter based threads
-from perl
+=head2 perlamiga - Perl under Amiga OS
 
 =over 4
 
+=item NOTE
+
 =item SYNOPSIS
 
-=item DESCRIPTION
+=back
 
-$thread = threads->create(function, LIST), $thread->join, $thread->detach,
-threads->self, $thread->tid, threads->object( tid ), threads->yield();,
-threads->list();, async BLOCK;
+=over 4
 
-=item WARNINGS
-
-A thread exited while %d other threads were still running
+=item DESCRIPTION
 
-=item TODO
+=over 4
 
-=item BUGS
+=item Prerequisites for Compiling Perl on AmigaOS
 
-Parent-Child threads, Returning objects, Creating threads inside BEGIN
-blocks, PERL_OLD_SIGNALS are not threadsafe, will not be
+B<Unix emulation for AmigaOS: ixemul.library>, B<Version of Amiga OS>
 
-=item AUTHOR and COPYRIGHT
+=item Starting Perl programs under AmigaOS
 
-=item SEE ALSO
+=item Shortcomings of Perl under AmigaOS
 
 =back
 
-=head2 assertions - select assertions in blocks of code
+=item INSTALLATION
 
-=over 4
+=item Accessing documentation
 
-=item SYNOPSIS
+=over 4
 
-=item DESCRIPTION
+=item Manpages for Perl on AmigaOS
 
-=item SEE ALSO
+=item Perl HTML Documentation on AmigaOS
 
-=item AUTHOR
+=item Perl GNU Info Files on AmigaOS
 
-=item COPYRIGHT AND LICENSE
+=item Perl LaTeX Documentation on AmigaOS
 
 =back
 
-=head2 assertions::activate - activate assertions
+=item BUILDING PERL ON AMIGAOS
 
 =over 4
 
-=item SYNOPSIS
+=item Build Prerequisites for Perl on AmigaOS
 
-=item DESCRIPTION
+=item Getting the Perl Source for AmigaOS
 
-=item SEE ALSO
+=item Making Perl on AmigaOS
 
-=item AUTHOR
+=item Testing Perl on AmigaOS
 
-=item COPYRIGHT AND LICENSE
+=item Installing the built Perl on AmigaOS
 
 =back
 
-=head2 attributes - get/set subroutine or variable attributes
-
-=over 4
+=item PERL 5.8.0 BROKEN IN AMIGAOS
 
-=item SYNOPSIS
+=item AUTHORS
 
-=item DESCRIPTION
+=item SEE ALSO
 
-=over 4
+=back
 
-=item Built-in Attributes
+=head2 perlapollo, README.apollo - Perl version 5 on Apollo DomainOS
 
-locked, method, lvalue
+=over 4
 
-=item Available Subroutines
+=item DESCRIPTION
 
-get, reftype
+=item AUTHOR
 
-=item Package-specific Attribute Handling
+=back
 
-FETCH_I<type>_ATTRIBUTES, MODIFY_I<type>_ATTRIBUTES
+=head2 perlbeos, README.beos - Perl version 5.8+ on BeOS
 
-=item Syntax of Attribute Lists
+=over 4
 
-=back
+=item DESCRIPTION
 
-=item EXPORTS
+=item BUILD AND INSTALL
 
 =over 4
 
-=item Default exports
+=item Requirements
 
-=item Available exports
+=item Configure
 
-=item Export tags defined
+=item Build
+
+=item Install
 
 =back
 
-=item EXAMPLES
+=item KNOWN PROBLEMS
 
-=item SEE ALSO
+=item CONTACT
 
 =back
 
-=head2 autouse - postpone load of modules until a function is used
+=head2 perlbs2000, README.BS2000 - building and installing Perl for BS2000.
 
 =over 4
 
@@ -7641,177 +7965,187 @@ FETCH_I<type>_ATTRIBUTES, MODIFY_I<type>_ATTRIBUTES
 
 =item DESCRIPTION
 
-=item WARNING
+=over 4
 
-=item AUTHOR
+=item gzip on BS2000
 
-=item SEE ALSO
+=item bison on BS2000
 
-=back
+=item Unpacking Perl Distribution on BS2000
 
-=head2 base - Establish IS-A relationship with base class at compile time
+=item Compiling Perl on BS2000
 
-=over 4
+=item Testing Perl on BS2000
 
-=item SYNOPSIS
+=item Installing Perl on BS2000
 
-=item DESCRIPTION
+=item Using Perl in the Posix-Shell of BS2000
 
-=item HISTORY
+=item Using Perl in "native" BS2000
 
-=item CAVEATS
+=item Floating point anomalies on BS2000
 
-=item SEE ALSO
+=item Using PerlIO and different encodings on ASCII and EBCDIC partitions
 
 =back
 
-=head2 bigint - Transparent BigInteger support for Perl
+=item AUTHORS
+
+=item SEE ALSO
 
 =over 4
 
-=item SYNOPSIS
+=item Mailing list
 
-=item DESCRIPTION
+=back
 
-=over 4
+=item HISTORY
 
-=item OPTIONS
+=back
 
-a or accuracy, p or precision, t or trace, l or lib, v or version
+=head2 perlce - Perl for WinCE
 
-=item MATH LIBRARY
+=over 4
 
-=item INTERNAL FORMAT
+=item DESCRIPTION
 
-=item SIGN
+=item BUILD
 
-=item METHODS
+=over 4
 
-=item CAVEAT
+=item Tools & SDK
 
-=back
+Microsoft Embedded Visual Tools, Microsoft Visual C++, Rainer Keuchel's
+celib-sources, Rainer Keuchel's console-sources
 
-=item MODULES USED
+=item Make
 
-=item EXAMPLES
+go to ./wince subdirectory, edit file compile.bat, run   compile.bat, run 
+  compile.bat dist
 
-=item LICENSE
+=back
 
-=item SEE ALSO
+=item ACKNOWLEDGEMENTS
 
 =item AUTHORS
 
 =back
 
-=head2 bignum - Transparent BigNumber support for Perl
+=head2 perlcygwin, README.cygwin - Perl for Cygwin
 
 =over 4
 
 =item SYNOPSIS
 
-=item DESCRIPTION
+=item PREREQUISITES FOR COMPILING PERL ON CYGWIN
 
 =over 4
 
-=item OPTIONS
-
-a or accuracy, p or precision, t or trace, l or lib, v or version
+=item Cygwin = GNU+Cygnus+Windows (Don't leave UNIX without it)
 
-=item METHODS
+=item Cygwin Configuration
 
-=item CAVEAT
+C<PATH>, I<nroff>, Permissions
 
-inf(), NaN(), upgrade()
+=back
 
-=item MATH LIBRARY
+=item CONFIGURE PERL ON CYGWIN
 
-=item INTERNAL FORMAT
+=over 4
 
-=item SIGN
+=item Stripping Perl Binaries on Cygwin
 
-=back
+=item Optional Libraries for Perl on Cygwin
 
-=item MODULES USED
+C<-lcrypt>, C<-lgdbm> (C<use GDBM_File>), C<-ldb> (C<use DB_File>),
+C<-lcygipc> (C<use IPC::SysV>), C<-lutil>
 
-=item EXAMPLES
+=item Configure-time Options for Perl on Cygwin
 
-=item LICENSE
+C<-Uusedl>, C<-Uusemymalloc>, C<-Uuseperlio>, C<-Dusemultiplicity>,
+C<-Duse64bitint>, C<-Duselongdouble>, C<-Dusethreads>, C<-Duselargefiles>,
+C<-Dmksymlinks>
 
-=item SEE ALSO
+=item Suspicious Warnings on Cygwin
 
-=item AUTHORS
+I<dlsym()>, Win9x and C<d_eofnblk>, Compiler/Preprocessor defines
 
 =back
 
-=head2 bigrat - Transparent BigNumber/BigRational support for Perl
+=item MAKE ON CYGWIN
 
 =over 4
 
-=item SYNOPSIS
+=item Errors on Cygwin
 
-=item DESCRIPTION
+=item ld2 on Cygwin
+
+=back
+
+=item TEST ON CYGWIN
 
 =over 4
 
-=item MODULES USED
+=item File Permissions on Cygwin
 
-=item MATH LIBRARY
+=item NDBM_File and ODBM_File do not work on FAT filesystems
 
-=item SIGN
+=item C<fork()> failures in io_* tests
 
-=item METHODS
+=item Script Portability on Cygwin
 
-=item CAVEAT
+Pathnames, Text/Binary, PerlIO, F<.exe>, C<chown()>, Miscellaneous
 
 =back
 
-=item EXAMPLES
+=item INSTALL PERL ON CYGWIN
 
-       perl -Mbigrat -le 'print sqrt(33)'
-       perl -Mbigrat -le 'print 2*255'
-       perl -Mbigrat -le 'print 4.5+2*255'
-       perl -Mbigrat -le 'print 3/7 + 5/7 + 8/3'       
-       perl -Mbigrat -le 'print 12->is_odd()';
+=item MANIFEST ON CYGWIN
 
-=item LICENSE
+Documentation, Build, Configure, Make, Install, Tests, Compiled Perl
+Source, Compiled Module Source, Perl Modules/Scripts
 
-=item SEE ALSO
+=item BUGS ON CYGWIN
 
 =item AUTHORS
 
+=item HISTORY
+
 =back
 
-=head2 blib - Use MakeMaker's uninstalled version of a package
+=head2 perldgux - Perl under DG/UX.
 
 =over 4
 
 =item SYNOPSIS
 
+=back
+
+=over 4
+
 =item DESCRIPTION
 
-=item BUGS
+=item BUILDING PERL ON DG/UX
 
-=item AUTHOR
+=over 4
 
-=back
+=item Non-threaded Perl on DG/UX
 
-=head2 bytes - Perl pragma to force byte semantics rather than character
-semantics
+=item Threaded Perl on DG/UX
 
-=over 4
+=item Testing Perl on DG/UX
 
-=item SYNOPSIS
+=item Installing the built perl on DG/UX
 
-=item DESCRIPTION
+=back
 
-=item LIMITATIONS
+=item AUTHOR
 
 =item SEE ALSO
 
 =back
 
-=head2 charnames - define character names for C<\N{named}> string literal
-escapes
+=head2 perldos - Perl under DOS, W31, W95.
 
 =over 4
 
@@ -7819,281 +8153,241 @@ escapes
 
 =item DESCRIPTION
 
-=item CUSTOM TRANSLATORS
+=over 4
 
-=item CUSTOM ALIASES
+=item Prerequisites for Compiling Perl on DOS
 
-=over 4
+DJGPP, Pthreads
 
-=item Anonymous hashes
+=item Shortcomings of Perl under DOS
 
-=item Alias file
+=item Building Perl on DOS
 
-=item Alias shortcut
+=item Testing Perl on DOS
+
+=item Installation of Perl on DOS
 
 =back
 
-=item charnames::viacode(code)
+=item BUILDING AND INSTALLING MODULES ON DOS
 
-=item charnames::vianame(name)
+=over 4
 
-=item ALIASES
+=item Building Prerequisites for Perl on DOS
 
-=item ILLEGAL CHARACTERS
+=item Unpacking CPAN Modules on DOS
 
-=item BUGS
+=item Building Non-XS Modules on DOS
+
+=item Building XS Modules on DOS
 
 =back
 
-=head2 constant - Perl pragma to declare constants
+=item AUTHOR
+
+=item SEE ALSO
+
+=back
+
+=head2 perlepoc, README.epoc - Perl for EPOC
 
 =over 4
 
 =item SYNOPSIS
 
-=item DESCRIPTION
+=item INTRODUCTION
 
-=item NOTES
+=item INSTALLING PERL ON EPOC
+
+=item STARTING PERL ON EPOC
 
 =over 4
 
-=item List constants
+=item Editors on Epoc
 
-=item Defining multiple constants at once
+=item Features of Perl on Epoc
 
-=item Magic constants
+=item Restrictions of Perl on Epoc
 
-=back
+=item Compiling Perl 5 on the EPOC cross compiling environment
 
-=item TECHNICAL NOTES
+=back
 
-=item BUGS
+=item SUPPORT STATUS OF PERL ON EPOC
 
 =item AUTHOR
 
-=item COPYRIGHT
+=item LAST UPDATE
 
 =back
 
-=head2 diagnostics - Perl compiler pragma to force verbose warning
-diagnostics
+=head2 perlfreebsd, README.freebsd - Perl version 5 on FreeBSD systems
 
 =over 4
 
-=item SYNOPSIS
-
 =item DESCRIPTION
 
 =over 4
 
-=item The C<diagnostics> Pragma
-
-=item The I<splain> Program
-
-=back
+=item FreeBSD core dumps from readdir_r with ithreads
 
-=item EXAMPLES
+=item $^X doesn't always contain a full path in FreeBSD
 
-=item INTERNALS
+=item Perl will no longer be part of "base FreeBSD"
 
-=item BUGS
+=back
 
 =item AUTHOR
 
 =back
 
-=head2 fields - compile-time class fields
+=head2 perlhpux, README.hpux - Perl version 5 on Hewlett-Packard Unix
+(HP-UX) systems
 
 =over 4
 
-=item SYNOPSIS
-
 =item DESCRIPTION
 
-new, phash
+=over 4
 
-=item SEE ALSO
+=item Using perl as shipped with HP-UX
 
-=back
+=item Using perl from HP's porting centre
 
-=head2 filetest - Perl pragma to control the filetest permission operators
+=item Compiling Perl 5 on HP-UX
 
-=over 4
+=item PA-RISC
 
-=item SYNOPSIS
+=item Portability Between PA-RISC Versions
 
-=item DESCRIPTION
+=item PA-RISC 1.0
 
-=over 4
+=item PA-RISC 1.1
 
-=item subpragma access
+=item PA-RISC 2.0
 
-=back
+=item Itanium Processor Family and HP-UX
 
-=back
+=item Itanium & Itanium 2
 
-=head2 if - C<use> a Perl module if a condition holds
+=item Building Dynamic Extensions on HP-UX
 
-=over 4
+=item The HP ANSI C Compiler
 
-=item SYNOPSIS
+=item The GNU C Compiler
 
-=item DESCRIPTION
+=item Using Large Files with Perl on HP-UX
 
-=item BUGS
+=item Threaded Perl on HP-UX
 
-=item AUTHOR
+=item 64-bit Perl on HP-UX
 
-=back
+=item Oracle on HP-UX
 
-=head2 integer - Perl pragma to use integer arithmetic instead of floating
-point
+=item GDBM and Threads on HP-UX
 
-=over 4
+=item NFS filesystems and utime(2) on HP-UX
 
-=item SYNOPSIS
+=item perl -P and // and HP-UX
 
-=item DESCRIPTION
+=item HP-UX Kernel Parameters (maxdsiz) for Compiling Perl
 
 =back
 
-=head2 less - perl pragma to request less of something from the compiler
-
-=over 4
+=item nss_delete core dump from op/pwent or op/grent
 
-=item SYNOPSIS
+=item AUTHOR
 
-=item DESCRIPTION
+=item DATE
 
 =back
 
-=head2 locale - Perl pragma to use and avoid POSIX locales for built-in
-operations
+=head2 perlhurd, README.hurd - Perl version 5 on Hurd
 
 =over 4
 
-=item SYNOPSIS
-
 =item DESCRIPTION
 
-=back
-
-=head2 open - perl pragma to set default PerlIO layers for input and output
-
 =over 4
 
-=item SYNOPSIS
-
-=item DESCRIPTION
-
-=item NONPERLIO FUNCTIONALITY
+=item Known Problems with Perl on Hurd 
 
-=item IMPLEMENTATION DETAILS
+=back
 
-=item SEE ALSO
+=item AUTHOR
 
 =back
 
-=head2 overload - Package for overloading perl operations
+=head2 perlirix, README.irix - Perl version 5 on Irix systems
 
 =over 4
 
-=item SYNOPSIS
-
 =item DESCRIPTION
 
 =over 4
 
-=item Declaration of overloaded functions
+=item Building 32-bit Perl in Irix
 
-=item Calling Conventions for Binary Operations
+=item Building 64-bit Perl in Irix
 
-FALSE, TRUE, C<undef>
+=item About Compiler Versions of Irix
 
-=item Calling Conventions for Unary Operations
+=item Linker Problems in Irix
 
-=item Calling Conventions for Mutators
-
-C<++> and C<-->, C<x=> and other assignment versions
+=item Malloc in Irix
 
-=item Overloadable Operations
+=item Building with threads in Irix
 
-I<Arithmetic operations>, I<Comparison operations>, I<Bit operations>,
-I<Increment and decrement>, I<Transcendental functions>, I<Boolean, string
-and numeric conversion>, I<Iteration>, I<Dereferencing>, I<Special>
+=item Irix 5.3
 
-=item Inheritance and overloading
+=back
 
-Strings as values of C<use overload> directive, Overloading of an operation
-is inherited by derived classes
+=item AUTHOR
 
 =back
 
-=item SPECIAL SYMBOLS FOR C<use overload>
+=head2 perlmachten, README.machten - Perl version 5 on Power MachTen
+systems
 
 =over 4
 
-=item Last Resort
-
-=item Fallback
-
-C<undef>, TRUE, defined, but FALSE
-
-=item Copy Constructor
-
-B<Example>
-
-=back
+=item DESCRIPTION
 
-=item MAGIC AUTOGENERATION
+=over 4
 
-I<Assignment forms of arithmetic operations>, I<Conversion operations>,
-I<Increment and decrement>, C<abs($a)>, I<Unary minus>, I<Negation>,
-I<Concatenation>, I<Comparison operations>, I<Iterator>, I<Dereferencing>,
-I<Copy operator>
+=item Perl version 5.8.x and greater not supported
 
-=item Losing overloading
+=item Compiling Perl 5.6.x on MachTen
 
-=item Run-time Overloading
+=item Failures during C<make test> on MachTen
 
-=item Public functions
+op/lexassign.t, pragma/warnings.t
 
-overload::StrVal(arg), overload::Overloaded(arg), overload::Method(obj,op)
+=item Building external modules on MachTen
 
-=item Overloading constants
+=back
 
-integer, float, binary, q, qr
+=item AUTHOR
 
-=item IMPLEMENTATION
+=item DATE
 
-=item Metaphor clash
+=back
 
-=item Cookbook
+=head2 perlmacos, README.macos - Perl under Mac OS (Classic)
 
 =over 4
 
-=item Two-face scalars
-
-=item Two-face references
-
-=item Symbolic calculator
-
-=item I<Really> symbolic calculator
+=item SYNOPSIS
 
-=back
+=item DESCRIPTION
 
 =item AUTHOR
 
-=item DIAGNOSTICS
-
-Odd number of arguments for overload::constant, `%s' is not an overloadable
-type, `%s' is not a code reference
-
-=item BUGS
+=item DATE
 
 =back
 
-=head2 sigtrap - Perl pragma to enable simple signal handling
+=head2 perlmacosx, README.macosx - Perl under Mac OS X
 
 =over 4
 
@@ -8101,487 +8395,526 @@ type, `%s' is not a code reference
 
 =item DESCRIPTION
 
-=item OPTIONS
-
 =over 4
 
-=item SIGNAL HANDLERS
+=item Installation Prefix
 
-B<stack-trace>, B<die>, B<handler> I<your-handler>
+=item libperl and Prebinding
 
-=item SIGNAL LISTS
+=item Updating Panther
 
-B<normal-signals>, B<error-signals>, B<old-interface-signals>
+=item Known problems
 
-=item OTHER
+=item MacPerl
 
-B<untrapped>, B<any>, I<signal>, I<number>
+=item Carbon
+
+=item Cocoa
 
 =back
 
-=item EXAMPLES
+=item Starting From Scratch
+
+=item AUTHOR
+
+=item DATE
 
 =back
 
-=head2 sort - perl pragma to control sort() behaviour
+=head2 perlmint, README.mint - Perl version 5 on Atari MiNT
 
 =over 4
 
-=item SYNOPSIS
-
 =item DESCRIPTION
 
-=item CAVEATS
+=item Known problems with Perl on MiNT
+
+=item AUTHOR
 
 =back
 
-=head2 strict - Perl pragma to restrict unsafe constructs
+=head2 perlmpeix, README.mpeix - Perl/iX for HP e3000 MPE
 
 =over 4
 
 =item SYNOPSIS
 
-=item DESCRIPTION
+=item NOTE
 
-C<strict refs>, C<strict vars>, C<strict subs>
+=item Binary distribution from HP
 
-=item HISTORY
+=item What's New in Perl for MPE/iX
 
-=back
+=item Welcome to Perl/iX
 
-=head2 subs - Perl pragma to predeclare sub names
+=item System Requirements for Perl/iX
 
-=over 4
+=item How to Obtain Perl/iX
 
-=item SYNOPSIS
+=item Perl/iX Distribution Contents Highlights
 
-=item DESCRIPTION
+README, INSTALL, LIBSHP3K, PERL, .cpan/, lib/, man/,
+public_html/feedback.cgi, src/perl-5.6.0-mpe
+
+=item How to Compile Perl/iX
+
+ 4,  6
+
+=item Getting Started with Perl/iX
+
+=item MPE/iX Implementation Considerations
+
+=item Known Perl/iX Bugs Under Investigation
+
+=item Perl/iX To-Do List
+
+=item Perl/iX Change History
+
+=item AUTHOR
 
 =back
 
-=head2 utf8 - Perl pragma to enable/disable UTF-8 (or UTF-EBCDIC) in source
-code
+=head2 perlnetware - Perl for NetWare
 
 =over 4
 
-=item SYNOPSIS
-
 =item DESCRIPTION
 
+=item BUILD
+
 =over 4
 
-=item Utility functions
+=item Tools & SDK
 
-$num_octets = utf8::upgrade($string), $success = utf8::downgrade($string[,
-FAIL_OK]), utf8::encode($string), utf8::decode($string), $flag =
-utf8::is_utf8(STRING), $flag = utf8::valid(STRING)
+=item Setup
 
-=back
+SetNWBld.bat, Buildtype.bat
 
-=item BUGS
+=item Make
 
-=item SEE ALSO
+=item Interpreter
+
+=item Extensions
 
 =back
 
-=head2 vars - Perl pragma to predeclare global variable names (obsolete)
+=item INSTALL
 
-=over 4
+=item BUILD NEW EXTENSIONS
 
-=item SYNOPSIS
+=item ACKNOWLEDGEMENTS
 
-=item DESCRIPTION
+=item AUTHORS
+
+=item DATE
 
 =back
 
-=head2 version - Perl extension for Version Objects
+=head2 perlos2 - Perl under OS/2, DOS, Win0.3*, Win0.95 and WinNT.
 
 =over 4
 
 =item SYNOPSIS
 
+=back
+
+=over 4
+
 =item DESCRIPTION
 
 =over 4
 
-=item What IS a version
+=item Target
 
-Numeric Versions, V-String Versions
+=item Other OSes
 
-=item Numeric Versions
+=item Prerequisites
 
-=item V-String Versions
+EMX, RSX, HPFS, pdksh
 
-=item Object Methods
+=item Starting Perl programs under OS/2 (and DOS and...)
 
-New Operator, Stringification, Numification, Comparison operators, Logical
-Operators
+=item Starting OS/2 (and DOS) programs under Perl
 
-=item Quoting
+=back
 
-=item Types of Versions Objects
+=item Frequently asked questions
+
+=over 4
 
-Ordinary versions, alpha versions
+=item "It does not work"
 
-=item Replacement UNIVERSAL::VERSION
+=item I cannot run external programs
 
-=back
+=item I cannot embed perl into my program, or use F<perl.dll> from my
+program. 
 
-=item EXPORT
+Is your program EMX-compiled with C<-Zmt -Zcrtdll>?, Did you use
+L<ExtUtils::Embed>?
 
-=item AUTHOR
+=item C<``> and pipe-C<open> do not work under DOS.
 
-=item SEE ALSO
+=item Cannot start C<find.exe "pattern" file>
 
 =back
 
-=head2 vmsish - Perl pragma to control VMS-specific language features
+=item INSTALLATION
 
 =over 4
 
-=item SYNOPSIS
+=item Automatic binary installation
 
-=item DESCRIPTION
+C<PERL_BADLANG>, C<PERL_BADFREE>, F<Config.pm>
 
-C<vmsish status>, C<vmsish exit>, C<vmsish time>, C<vmsish hushed>
+=item Manual binary installation
+
+Perl VIO and PM executables (dynamically linked), Perl_ VIO executable
+(statically linked), Executables for Perl utilities, Main Perl library,
+Additional Perl modules, Tools to compile Perl modules, Manpages for Perl
+and utilities, Manpages for Perl modules, Source for Perl documentation,
+Perl manual in F<.INF> format, Pdksh
+
+=item B<Warning>
 
 =back
 
-=head2 warnings - Perl pragma to control optional warnings
+=item Accessing documentation
 
 =over 4
 
-=item SYNOPSIS
-
-=item DESCRIPTION
+=item OS/2 F<.INF> file
 
-use warnings::register, warnings::enabled(), warnings::enabled($category),
-warnings::enabled($object), warnings::warn($message),
-warnings::warn($category, $message), warnings::warn($object, $message),
-warnings::warnif($message), warnings::warnif($category, $message),
-warnings::warnif($object, $message)
+=item Plain text
 
-=back
+=item Manpages
 
-=head2 warnings::register - warnings import function
+=item HTML
 
-=over 4
+=item GNU C<info> files
 
-=item SYNOPSIS
+=item F<PDF> files
 
-=item DESCRIPTION
+=item C<LaTeX> docs
 
 =back
 
-=head1 MODULE DOCUMENTATION
-
-=head2 AnyDBM_File - provide framework for multiple DBMs
+=item BUILD
 
 =over 4
 
-=item SYNOPSIS
-
-=item DESCRIPTION
+=item The short story
 
-=over 4
+=item Prerequisites
 
-=item DBM Comparisons
+=item Getting perl source
 
-[0], [1], [2], [3]
+=item Application of the patches
 
-=back
+=item Hand-editing
 
-=item SEE ALSO
+=item Making
 
-=back
+=item Testing
 
-=head2 Attribute::Handlers - Simpler definition of attribute handlers
+A lot of C<bad free>, Process terminated by SIGTERM/SIGINT, F<op/fs.t>,
+F<op/stat.t>
 
-=over 4
+=item Installing the built perl
 
-=item VERSION
+=item C<a.out>-style build
 
-=item SYNOPSIS
+=back
 
-=item DESCRIPTION
+=item Building a binary distribution
 
-[0], [1], [2], [3], [4], [5]
+=item Building custom F<.EXE> files
 
 =over 4
 
-=item Typed lexicals
+=item Making executables with a custom collection of statically loaded
+extensions
 
-=item Type-specific attribute handlers
+=item Making executables with a custom search-paths
 
-=item Non-interpretive attribute handlers
+=back
 
-=item Phase-specific attribute handlers
+=item Build FAQ
 
-=item Attributes as C<tie> interfaces
+=over 4
 
-=back
+=item Some C</> became C<\> in pdksh.
 
-=item EXAMPLES
+=item C<'errno'> - unresolved external
 
-=item DIAGNOSTICS
+=item Problems with tr or sed
 
-C<Bad attribute type: ATTR(%s)>, C<Attribute handler %s doesn't handle %s
-attributes>, C<Declaration of %s attribute in package %s may clash with
-future reserved word>, C<Can't have two ATTR specifiers on one subroutine>,
-C<Can't autotie a %s>, C<Internal error: %s symbol went missing>, C<Won't
-be able to apply END handler>
+=item Some problem (forget which ;-)
 
-=item AUTHOR
+=item Library ... not found
 
-=item BUGS
+=item Segfault in make
 
-=item COPYRIGHT
+=item op/sprintf test failure
 
 =back
 
-=head2 AutoLoader - load subroutines only on demand
+=item Specific (mis)features of OS/2 port
 
 =over 4
 
-=item SYNOPSIS
+=item C<setpriority>, C<getpriority>
 
-=item DESCRIPTION
+=item C<system()>
 
-=over 4
+=item C<extproc> on the first line
 
-=item Subroutine Stubs
+=item Additional modules:
 
-=item Using B<AutoLoader>'s AUTOLOAD Subroutine
+=item Prebuilt methods:
 
-=item Overriding B<AutoLoader>'s AUTOLOAD Subroutine
+C<File::Copy::syscopy>, C<DynaLoader::mod2fname>,  C<Cwd::current_drive()>,
+ C<Cwd::sys_chdir(name)>,  C<Cwd::change_drive(name)>, 
+C<Cwd::sys_is_absolute(name)>, C<Cwd::sys_is_rooted(name)>, 
+C<Cwd::sys_is_relative(name)>, C<Cwd::sys_cwd(name)>, 
+C<Cwd::sys_abspath(name, dir)>,  C<Cwd::extLibpath([type])>, 
+C<Cwd::extLibpath_set( path [, type ] )>,
+C<OS2::Error(do_harderror,do_exception)>, C<OS2::Errors2Drive(drive)>,
+OS2::SysInfo(), OS2::BootDrive(), C<OS2::MorphPM(serve)>,
+C<OS2::UnMorphPM(serve)>, C<OS2::Serve_Messages(force)>,
+C<OS2::Process_Messages(force [, cnt])>, C<OS2::_control87(new,mask)>,
+OS2::get_control87(), C<OS2::set_control87_em(new=MCW_EM,mask=MCW_EM)>,
+C<OS2::DLLname([how [, \&xsub]])>
 
-=item Package Lexicals
+=item Prebuilt variables:
 
-=item Not Using AutoLoader
+$OS2::emx_rev, $OS2::emx_env, $OS2::os_ver, $OS2::is_aout, $OS2::can_fork,
+$OS2::nsyserror
 
-=item B<AutoLoader> vs. B<SelfLoader>
+=item Misfeatures
 
-=back
+=item Modifications
 
-=item CAVEATS
+C<popen>, C<tmpnam>, C<tmpfile>, C<ctermid>, C<stat>, C<mkdir>, C<rmdir>,
+C<flock>
 
-=item SEE ALSO
+=item Identifying DLLs
+
+=item Centralized management of resources
+
+C<HAB>, C<HMQ>, Treating errors reported by OS/2 API,
+C<CheckOSError(expr)>, C<CheckWinError(expr)>, C<SaveWinError(expr)>,
+C<SaveCroakWinError(expr,die,name1,name2)>, C<WinError_2_Perl_rc>,
+C<FillWinError>, C<FillOSError(rc)>, Loading DLLs and ordinals in DLLs
 
 =back
 
-=head2 AutoSplit - split a package for autoloading
+=item Perl flavors
 
 =over 4
 
-=item SYNOPSIS
+=item F<perl.exe>
 
-=item DESCRIPTION
+=item F<perl_.exe>
 
-$keep, $check, $modtime
+=item F<perl__.exe>
 
-=over 4
+=item F<perl___.exe>
 
-=item Multiple packages
+=item Why strange names?
 
-=back
+=item Why dynamic linking?
 
-=item DIAGNOSTICS
+=item Why chimera build?
 
 =back
 
-=head2 B - The Perl Compiler
+=item ENVIRONMENT
 
 =over 4
 
-=item SYNOPSIS
+=item C<PERLLIB_PREFIX>
 
-=item DESCRIPTION
+=item C<PERL_BADLANG>
 
-=item OVERVIEW
+=item C<PERL_BADFREE>
 
-=item Utility Functions
+=item C<PERL_SH_DIR>
 
-=over 4
+=item C<USE_PERL_FLOCK>
 
-=item Functions Returning C<B::SV>, C<B::AV>, C<B::HV>, and C<B::CV>
-objects
+=item C<TMP> or C<TEMP>
 
-sv_undef, sv_yes, sv_no, svref_2object(SVREF), amagic_generation, init_av,
-check_av, begin_av, end_av, comppadlist, regex_padav, main_cv
+=back
 
-=item Functions for Examining the Symbol Table
+=item Evolution
 
-walksymtable(SYMREF, METHOD, RECURSE, PREFIX)
+=over 4
 
-=item Functions Returning C<B::OP> objects or for walking op trees
+=item Text-mode filehandles
 
-main_root, main_start, walkoptree(OP, METHOD), walkoptree_debug(DEBUG)
+=item Priorities
 
-=item Miscellaneous Utility Functions
+=item DLL name mangling: pre 5.6.2
 
-ppname(OPNUM), hash(STR), cast_I32(I), minus_c, cstring(STR),
-perlstring(STR), class(OBJ), threadsv_names
+=item DLL name mangling: 5.6.2 and beyond
 
-=back
+Global DLLs, specific DLLs, C<BEGINLIBPATH> and C<ENDLIBPATH>, F<.> from
+C<LIBPATH>
 
-=item OVERVIEW OF CLASSES
+=item DLL forwarder generation
 
-=over 4
+=item Threading
 
-=item SV-RELATED CLASSES
+=item Calls to external programs
 
-=item B::SV Methods
+=item Memory allocation
 
-REFCNT, FLAGS, object_2svref
+=item Threads
 
-=item B::IV Methods
+C<COND_WAIT>, F<os2.c>
 
-IV, IVX, UVX, int_value, needs64bits, packiv
+=back
 
-=item B::NV Methods
+=item BUGS
 
-NV, NVX
+=back
 
-=item B::RV Methods
+=over 4
 
-RV
+=item AUTHOR
 
-=item B::PV Methods
+=item SEE ALSO
 
-PV, RV, PVX
+=back
 
-=item B::PVMG Methods
+=head2 perlos390, README.os390 - building and installing Perl for OS/390
+and z/OS
 
-MAGIC, SvSTASH
+=over 4
 
-=item B::MAGIC Methods
+=item SYNOPSIS
 
-MOREMAGIC, precomp, PRIVATE, TYPE, FLAGS, OBJ, PTR, REGEX
+=item DESCRIPTION
 
-=item B::PVLV Methods
+=over 4
 
-TARGOFF, TARGLEN, TYPE, TARG
+=item Tools
 
-=item B::BM Methods
+=item Unpacking Perl distribution on OS/390
 
-USEFUL, PREVIOUS, RARE, TABLE
+=item Setup and utilities for Perl on OS/390
 
-=item B::GV Methods
+=item Configure Perl on OS/390
 
-is_empty, NAME, SAFENAME, STASH, SV, IO, FORM, AV, HV, EGV, CV, CVGEN,
-LINE, FILE, FILEGV, GvREFCNT, FLAGS
+=item Build, Test, Install Perl on OS/390
 
-=item B::IO Methods
+=item Build Anomalies with Perl on OS/390
 
-LINES, PAGE, PAGE_LEN, LINES_LEFT, TOP_NAME, TOP_GV, FMT_NAME, FMT_GV,
-BOTTOM_NAME, BOTTOM_GV, SUBPROCESS, IoTYPE, IoFLAGS, IsSTD
+=item Testing Anomalies with Perl on OS/390
 
-=item B::AV Methods
+=item Installation Anomalies with Perl on OS/390
 
-FILL, MAX, OFF, ARRAY, ARRAYelt, AvFLAGS
+=item Usage Hints for Perl on OS/390
 
-=item B::CV Methods
+=item Floating Point Anomalies with Perl on OS/390
 
-STASH, START, ROOT, GV, FILE, DEPTH, PADLIST, OUTSIDE, OUTSIDE_SEQ, XSUB,
-XSUBANY, CvFLAGS, const_sv
+=item Modules and Extensions for Perl on OS/390
 
-=item B::HV Methods
+=back
 
-FILL, MAX, KEYS, RITER, NAME, PMROOT, ARRAY
+=item AUTHORS
 
-=item OP-RELATED CLASSES
+=item SEE ALSO
 
-=item B::OP Methods
+=over 4
 
-next, sibling, name, ppaddr, desc, targ, type, seq, flags, private
+=item Mailing list for Perl on OS/390
 
-=item B::UNOP METHOD
+=back
 
-first
+=item HISTORY
 
-=item B::BINOP METHOD
+=back
 
-last
+=head2 perlos400, README.os400 - Perl version 5 on OS/400
 
-=item B::LOGOP METHOD
+=over 4
 
-other
+=item DESCRIPTION
 
-=item B::LISTOP METHOD
+=over 4
 
-children
+=item Compiling Perl for OS/400 PASE
 
-=item B::PMOP Methods
+=item Installing Perl in OS/400 PASE
 
-pmreplroot, pmreplstart, pmnext, pmregexp, pmflags, pmdynflags,
-pmpermflags, precomp, pmoffset
+=item Using Perl in OS/400 PASE
 
-=item B::SVOP METHOD
+=item Known Problems
 
-sv, gv
+=item Perl on ILE
 
-=item B::PADOP METHOD
+=back
 
-padix
+=item AUTHORS
 
-=item B::PVOP METHOD
+=back
 
-pv
+=head2 perlplan9 - Plan 9-specific documentation for Perl
 
-=item B::LOOP Methods
+=over 4
 
-redoop, nextop, lastop
+=item DESCRIPTION
 
-=item B::COP Methods
+=over 4
 
-label, stash, stashpv, file, cop_seq, arybase, line, warnings, io
+=item Invoking Perl
 
-=back
+=item What's in Plan 9 Perl
 
-=item AUTHOR
+=item What's not in Plan 9 Perl
+
+=item Perl5 Functions not currently supported in Plan 9 Perl
+
+=item Signals in Plan 9 Perl
 
 =back
 
-=head2 B::Asmdata - Autogenerated data about Perl ops, used to generate
-bytecode
+=item COMPILING AND INSTALLING PERL ON PLAN 9
 
 =over 4
 
-=item SYNOPSIS
+=item Installing Perl Documentation on Plan 9
 
-=item DESCRIPTION
+=back
 
-%insn_data, @insn_name, @optype, @specialsv_name
+=item BUGS
+
+=item Revision date
 
 =item AUTHOR
 
 =back
 
-=head2 B::Assembler - Assemble Perl bytecode
+=head2 perlqnx, README.qnx - Perl version 5 on QNX
 
 =over 4
 
-=item SYNOPSIS
-
 =item DESCRIPTION
 
-=item AUTHORS
-
-=back
-
-=head2 B::Bblock - Walk basic blocks
-
 =over 4
 
-=item SYNOPSIS
+=item Required Software for Compiling Perl on QNX4
 
-=item DESCRIPTION
+/bin/sh, ar, nm, cpp, make
 
-=over 4
+=item Outstanding Issues with Perl on QNX4
 
-=item Functions
+=item QNX auxiliary files
 
-B<find_leaders>
+qnx/ar, qnx/cpp
+
+=item Outstanding issues with perl under QNX6
 
 =back
 
@@ -8589,131 +8922,130 @@ B<find_leaders>
 
 =back
 
-=head2 B::Bytecode - Perl compiler's bytecode backend
+=head2 perlsolaris, README.solaris - Perl version 5 on Solaris systems
 
 =over 4
 
-=item SYNOPSIS
-
 =item DESCRIPTION
 
-=item EXAMPLE
+=over 4
 
-=item OPTIONS
+=item Solaris Version Numbers.
 
-B<-b>, B<-H>, B<-k>, B<-o>I<outfile>, B<-s>
+=back
 
-=item KNOWN BUGS
+=item RESOURCES
 
-=item NOTICE
+Solaris FAQ, Precompiled Binaries, Solaris Documentation
 
-=item AUTHORS
+=item SETTING UP
 
-=back
+=over 4
 
-=head2 B::C - Perl compiler's C backend
+=item File Extraction Problems on Solaris.
 
-=over 4
+=item Compiler and Related Tools on Solaris.
 
-=item SYNOPSIS
+=item Environment for Compiling perl on Solaris
 
-=item DESCRIPTION
+=back
 
-=item OPTIONS
+=item RUN CONFIGURE.
 
-B<-ofilename>, B<-v>, B<-->, B<-uPackname>, B<-D>, B<-Do>, B<-Dc>, B<-DA>,
-B<-DC>, B<-DM>, B<-f>, B<-fcog>, B<-fsave-data>, B<-fppaddr>, B<-fwarn-sv>,
-B<-fuse-script-name>, B<-fsave-sig-hash>, B<-On>, B<-O0>, B<-O1>, B<-O2>,
-B<-llimit>
+=over 4
 
-=item EXAMPLES
+=item 64-bit perl on Solaris.
 
-=item BUGS
+=item Threads in perl on Solaris.
 
-=item AUTHOR
+=item Malloc Issues with perl on Solaris.
 
 =back
 
-=head2 B::CC - Perl compiler's optimized C translation backend
+=item MAKE PROBLEMS.
 
-=over 4
+Dynamic Loading Problems With GNU as and GNU ld, ld.so.1: ./perl: fatal:
+relocation error:, dlopen: stub interception failed, #error "No
+DATAMODEL_NATIVE specified", sh: ar: not found
 
-=item SYNOPSIS
+=item MAKE TEST
 
-=item DESCRIPTION
+=over 4
 
-=item OPTIONS
+=item op/stat.t test 4 in Solaris
 
-B<-ofilename>, B<-v>, B<-->, B<-uPackname>, B<-mModulename>, B<-D>, B<-Dr>,
-B<-DO>, B<-Ds>, B<-Dp>, B<-Dq>, B<-Dl>, B<-Dt>, B<-f>,
-B<-ffreetmps-each-bblock>, B<-ffreetmps-each-loop>, B<-fomit-taint>, B<-On>
+=item nss_delete core dump from op/pwent or op/grent
 
-=item EXAMPLES
+=back
 
-=item BUGS
+=item PREBUILT BINARIES OF PERL FOR SOLARIS.
 
-=item DIFFERENCES
+=item RUNTIME ISSUES FOR PERL ON SOLARIS.
 
 =over 4
 
-=item Loops
+=item Limits on Numbers of Open Files on Solaris.
 
-=item Context of ".."
+=back
 
-=item Arithmetic
+=item SOLARIS-SPECIFIC MODULES.
 
-=item Deprecated features
+=item SOLARIS-SPECIFIC PROBLEMS WITH MODULES.
+
+=over 4
+
+=item Proc::ProcessTable on Solaris
+
+=item BSD::Resource on Solaris
+
+=item Net::SSLeay on Solaris
 
 =back
 
+=item SunOS 4.x
+
 =item AUTHOR
 
+=item LAST MODIFIED
+
 =back
 
-=head2 B::Concise - Walk Perl syntax tree, printing concise info about ops
+=head2 perltru64, README.tru64 - Perl version 5 on Tru64 (formerly known as
+Digital UNIX formerly known as DEC OSF/1) systems
 
 =over 4
 
-=item SYNOPSIS
-
 =item DESCRIPTION
 
-=item EXAMPLE
-
-=item OPTIONS
+=over 4
 
-B<-basic>, B<-exec>, B<-tree>, B<-compact>, B<-loose>, B<-vt>, B<-ascii>,
-B<-main>, B<-base>I<n>, B<-bigendian>, B<-littleendian>, B<-concise>,
-B<-terse>, B<-linenoise>, B<-debug>, B<-env>
+=item Compiling Perl 5 on Tru64
 
-=item FORMATTING SPECIFICATIONS
+=item Using Large Files with Perl on Tru64
 
-B<(x(>I<exec_text>B<;>I<basic_text>B<)x)>, B<(*(>I<text>B<)*)>,
-B<(*(>I<text1>B<;>I<text2>B<)*)>, B<(?(>I<text1>B<#>I<var>I<Text2>B<)?)>,
-B<#>I<var>, B<#>I<var>I<N>, B<~>, B<#addr>, B<#arg>, B<#class>,
-B<#classsym>, B<#coplabel>, B<#exname>, B<#extarg>, B<#firstaddr>,
-B<#flags>, B<#flagval>, B<#hyphseq>, B<#label>, B<#lastaddr>, B<#name>,
-B<#NAME>, B<#next>, B<#nextaddr>, B<#noise>, B<#private>, B<#privval>,
-B<#seq>, B<#seqnum>, B<#sibaddr>, B<#svaddr>, B<#svclass>, B<#svval>,
-B<#targ>, B<#targarg>, B<#targarglife>, B<#typenum>
+=item Threaded Perl on Tru64
 
-=item ABBREVIATIONS
+=item Long Doubles on Tru64
 
-=over 4
+=item DB_File tests failing on Tru64
 
-=item OP flags abbreviations
+=item 64-bit Perl on Tru64
 
-=item OP class abbreviations
+=item Warnings about floating-point overflow when compiling Perl on Tru64
 
 =back
 
-=item Using B::Concise outside of the O framework
+=item Testing Perl on Tru64
+
+=item ext/ODBM_File/odbm Test Failing With Static Builds
+
+=item Perl Fails Because Of Unresolved Symbol sockatmark
 
 =item AUTHOR
 
 =back
 
-=head2 B::Debug - Walk Perl syntax tree, printing debug info about ops
+=head2 perluts - Perl under UTS
 
 =over 4
 
@@ -8721,11 +9053,15 @@ B<#targ>, B<#targarg>, B<#targarglife>, B<#typenum>
 
 =item DESCRIPTION
 
+=item BUILDING PERL ON UTS
+
+=item Installing the built perl on UTS
+
 =item AUTHOR
 
 =back
 
-=head2 B::Deparse - Perl compiler backend to produce perl code
+=head2 perlvmesa, README.vmesa - building and installing Perl for VM/ESA.
 
 =over 4
 
@@ -8733,128 +9069,136 @@ B<#targ>, B<#targarg>, B<#targarglife>, B<#typenum>
 
 =item DESCRIPTION
 
-=item OPTIONS
-
-B<-d>, B<-f>I<FILE>, B<-l>, B<-p>, B<-P>, B<-q>, B<-s>I<LETTERS>, B<C>,
-B<i>I<NUMBER>, B<T>, B<v>I<STRING>B<.>, B<-x>I<LEVEL>
+=over 4
 
-=item USING B::Deparse AS A MODULE
+=item Unpacking Perl Distribution on VM/ESA
 
-=over 4
+=item Setup Perl and utilities on VM/ESA
 
-=item Synopsis
+=item Configure Perl on VM/ESA
 
-=item Description
+=item Testing Anomalies of Perl on VM/ESA
 
-=item new
+=item Usage Hints for Perl on VM/ESA
 
-=item ambient_pragmas
+=back
 
-strict, $[, bytes, utf8, integer, re, warnings, hint_bits, warning_bits
+=item AUTHORS
 
-=item coderef2text
+=item SEE ALSO
 
-=back
+=over 4
 
-=item BUGS
+=item Mailing list for Perl on VM/ESA
 
-=item AUTHOR
+=back
 
 =back
 
-=head2 B::Disassembler - Disassemble Perl bytecode
+=head2 perlvms - VMS-specific documentation for Perl
 
 =over 4
 
-=item SYNOPSIS
-
 =item DESCRIPTION
 
-=item AUTHOR
-
-=back
+=item Installation
 
-=head2 B::Lint - Perl lint
+=item Organization of Perl Images
 
 =over 4
 
-=item SYNOPSIS
+=item Core Images
 
-=item DESCRIPTION
+=item Perl Extensions
 
-=item OPTIONS AND LINT CHECKS
+=item Installing static extensions
 
-B<context>, B<implicit-read> and B<implicit-write>, B<bare-subs>,
-B<dollar-underscore>, B<private-names>, B<undefined-subs>,
-B<regexp-variables>, B<all>, B<none>
+=item Installing dynamic extensions
 
-=item NON LINT-CHECK OPTIONS
+=back
 
-B<-u Package>
+=item File specifications
 
-=item BUGS
+=over 4
 
-=item AUTHOR
+=item Syntax
+
+=item Wildcard expansion
+
+=item Pipes
 
 =back
 
-=head2 B::O, O - Generic interface to Perl Compiler backends
+=item PERL5LIB and PERLLIB
+
+=item Command line
 
 =over 4
 
-=item SYNOPSIS
+=item I/O redirection and backgrounding
 
-=item DESCRIPTION
+=item Command line switches
 
-=item CONVENTIONS
+-i, -S, -u
 
-=item IMPLEMENTATION
+=back
 
-=item BUGS
+=item Perl functions
 
-=item AUTHOR
+File tests, backticks, binmode FILEHANDLE, crypt PLAINTEXT, USER, dump,
+exec LIST, fork, getpwent, getpwnam, getpwuid, gmtime, kill, qx//, select
+(system call), stat EXPR, system LIST, time, times, unlink LIST, utime
+LIST, waitpid PID,FLAGS
 
-=back
+=item Perl variables
 
-=head2 B::Showlex - Show lexical variables used in functions or files
+%ENV, CRTL_ENV, CLISYM_[LOCAL], Any other string, $!, $^E, $?, $|
+
+=item Standard modules with VMS-specific differences
 
 =over 4
 
-=item SYNOPSIS
+=item SDBM_File
 
-=item DESCRIPTION
+=back
+
+=item Revision date
 
 =item AUTHOR
 
 =back
 
-=head2 B::Stackobj - Helper module for CC backend
+=head2 perlvos, README.vos - Perl for Stratus VOS
 
 =over 4
 
 =item SYNOPSIS
 
-=item DESCRIPTION
+=item BUILDING PERL FOR VOS
 
-=item AUTHOR
+=item INSTALLING PERL IN VOS
 
-=back
+=item USING PERL IN VOS
 
-=head2 B::Stash - show what stashes are loaded
+=over 4
 
-=head2 B::Terse - Walk Perl syntax tree, printing terse info about ops
+=item Restrictions of Perl on VOS
 
-=over 4
+=item Handling of underflow and overflow
 
-=item SYNOPSIS
+=back
 
-=item DESCRIPTION
+=item TEST STATUS
+
+=item SUPPORT STATUS
 
 =item AUTHOR
 
+=item LAST UPDATE
+
 =back
 
-=head2 B::Xref - Generates cross reference reports for Perl programs
+=head2 perlwin32 - Perl under Windows
 
 =over 4
 
@@ -8862,17 +9206,51 @@ B<-u Package>
 
 =item DESCRIPTION
 
-=item OPTIONS
+=over 4
 
-C<-oFILENAME>, C<-r>, C<-d>, C<-D[tO]>
+=item Setting Up Perl on Win32
 
-=item BUGS
+Make, Command Shell, Borland C++, Microsoft Visual C++, Microsoft Visual
+C++ Toolkit 2003, Microsoft Platform SDK 64-bit Compiler, MinGW release 3
+with gcc, MinGW release 1 with gcc
 
-=item AUTHOR
+=item Building
+
+=item Testing Perl on Win32
+
+=item Installation of Perl on Win32
+
+=item Usage Hints for Perl on Win32
+
+Environment Variables, File Globbing, Using perl from the command line,
+Building Extensions, Command-line Wildcard Expansion, Win32 Specific
+Extensions, Notes on 64-bit Windows
+
+=item Running Perl Scripts
+
+=item Miscellaneous Things
 
 =back
 
-=head2 Benchmark - benchmark running times of Perl code
+=item BUGS AND CAVEATS
+
+=item ACKNOWLEDGEMENTS
+
+=item AUTHORS
+
+Gary Ng E<lt>71564.1743@CompuServe.COME<gt>, Gurusamy Sarathy
+E<lt>gsar@activestate.comE<gt>, Nick Ing-Simmons
+E<lt>nick@ing-simmons.netE<gt>
+
+=item SEE ALSO
+
+=item HISTORY
+
+=back
+
+=head1 PRAGMA DOCUMENTATION
+
+=head2 attrs - set/get attributes of a subroutine (deprecated)
 
 =over 4
 
@@ -8880,45 +9258,78 @@ C<-oFILENAME>, C<-r>, C<-d>, C<-D[tO]>
 
 =item DESCRIPTION
 
+method, locked
+
+=back
+
+=head2 re - Perl pragma to alter regular expression behaviour
+
 =over 4
 
-=item Methods
+=item SYNOPSIS
 
-new, debug, iters
+=item DESCRIPTION
 
-=item Standard Exports
+=back
 
-timeit(COUNT, CODE), timethis ( COUNT, CODE, [ TITLE, [ STYLE ]] ),
-timethese ( COUNT, CODEHASHREF, [ STYLE ] ), timediff ( T1, T2 ), timestr (
-TIMEDIFF, [ STYLE, [ FORMAT ] ] )
+=head2 threadshared::shared, threads::shared - Perl extension for sharing
+data structures between threads
 
-=item Optional Exports
+=over 4
 
-clearcache ( COUNT ), clearallcache ( ), cmpthese ( COUNT, CODEHASHREF, [
-STYLE ] ), cmpthese ( RESULTSHASHREF, [ STYLE ] ), countit(TIME, CODE),
-disablecache ( ), enablecache ( ), timesum ( T1, T2 )
+=item SYNOPSIS
 
-=item :hireswallclock
+=item DESCRIPTION
 
-=back
+=item EXPORT
 
-=item NOTES
+=item FUNCTIONS
 
-=item EXAMPLES
+share VARIABLE, lock VARIABLE, cond_wait VARIABLE, cond_wait CONDVAR,
+LOCKVAR, cond_timedwait VARIABLE, ABS_TIMEOUT, cond_timedwait CONDVAR,
+ABS_TIMEOUT, LOCKVAR, cond_signal VARIABLE, cond_broadcast VARIABLE
 
-=item INHERITANCE
+=item NOTES
 
-=item CAVEATS
+=item BUGS
+
+=item AUTHOR
 
 =item SEE ALSO
 
-=item AUTHORS
+=back
 
-=item MODIFICATION HISTORY
+=head2 threads - Perl extension allowing use of interpreter based threads
+from perl
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+$thread = threads->create(function, LIST), $thread->join, $thread->detach,
+threads->self, $thread->tid, threads->object( tid ), threads->yield();,
+threads->list();, async BLOCK;
+
+=item WARNINGS
+
+A thread exited while %d other threads were still running
+
+=item TODO
+
+=item BUGS
+
+Parent-Child threads, Returning objects, Creating threads inside BEGIN
+blocks, PERL_OLD_SIGNALS are not threadsafe, will not be
+
+=item AUTHOR and COPYRIGHT
+
+=item SEE ALSO
 
 =back
 
-=head2 ByteLoader - load byte compiled perl code
+=head2 assertions - select assertions in blocks of code
 
 =over 4
 
@@ -8926,303 +9337,2634 @@ disablecache ( ), enablecache ( ), timesum ( T1, T2 )
 
 =item DESCRIPTION
 
+=item SEE ALSO
+
 =item AUTHOR
 
-=item SEE ALSO
+=item COPYRIGHT AND LICENSE
 
 =back
 
-=head2 CGI - Simple Common Gateway Interface Class
+=head2 assertions::activate - activate assertions
 
 =over 4
 
 =item SYNOPSIS
 
-=item ABSTRACT
+=item DESCRIPTION
+
+=item SEE ALSO
+
+=item AUTHOR
+
+=item COPYRIGHT AND LICENSE
+
+=back
+
+=head2 attributes - get/set subroutine or variable attributes
+
+=over 4
+
+=item SYNOPSIS
 
 =item DESCRIPTION
 
 =over 4
 
-=item PROGRAMMING STYLE
+=item Built-in Attributes
 
-=item CALLING CGI.PM ROUTINES
+locked, method, lvalue
 
-=item CREATING A NEW QUERY OBJECT (OBJECT-ORIENTED STYLE):
+=item Available Subroutines
 
-=item CREATING A NEW QUERY OBJECT FROM AN INPUT FILE
+get, reftype
 
-=item FETCHING A LIST OF KEYWORDS FROM THE QUERY:
+=item Package-specific Attribute Handling
 
-=item FETCHING THE NAMES OF ALL THE PARAMETERS PASSED TO YOUR SCRIPT:
+FETCH_I<type>_ATTRIBUTES, MODIFY_I<type>_ATTRIBUTES
 
-=item FETCHING THE VALUE OR VALUES OF A SINGLE NAMED PARAMETER:
+=item Syntax of Attribute Lists
 
-=item SETTING THE VALUE(S) OF A NAMED PARAMETER:
+=back
 
-=item APPENDING ADDITIONAL VALUES TO A NAMED PARAMETER:
+=item EXPORTS
 
-=item IMPORTING ALL PARAMETERS INTO A NAMESPACE:
+=over 4
 
-=item DELETING A PARAMETER COMPLETELY:
+=item Default exports
 
-=item DELETING ALL PARAMETERS:
+=item Available exports
 
-=item DIRECT ACCESS TO THE PARAMETER LIST:
+=item Export tags defined
 
-=item FETCHING THE PARAMETER LIST AS A HASH:
+=back
 
-=item SAVING THE STATE OF THE SCRIPT TO A FILE:
+=item EXAMPLES
 
-=item RETRIEVING CGI ERRORS
+=item SEE ALSO
 
-=item USING THE FUNCTION-ORIENTED INTERFACE
+=back
 
-B<:cgi>, B<:form>, B<:html2>, B<:html3>, B<:html4>, B<:netscape>, B<:html>,
-B<:standard>, B<:all>
+=head2 autouse - postpone load of modules until a function is used
 
-=item PRAGMAS
+=over 4
 
--any, -compile, -nosticky, -no_undef_params, -no_xhtml, -nph,
--newstyle_urls, -oldstyle_urls, -autoload, -no_debug, -debug,
--private_tempfiles
+=item SYNOPSIS
 
-=item SPECIAL FORMS FOR IMPORTING HTML-TAG FUNCTIONS
+=item DESCRIPTION
 
-1. start_table() (generates a <table> tag), 2. end_table() (generates a
-</table> tag), 3. start_ul() (generates a <ul> tag), 4. end_ul() (generates
-a </ul> tag)
+=item WARNING
+
+=item AUTHOR
+
+=item SEE ALSO
 
 =back
 
-=item GENERATING DYNAMIC DOCUMENTS
+=head2 base - Establish IS-A relationship with base classes at compile time
 
 =over 4
 
-=item CREATING A STANDARD HTTP HEADER:
+=item SYNOPSIS
 
-=item GENERATING A REDIRECTION HEADER
+=item DESCRIPTION
 
-=item CREATING THE HTML DOCUMENT HEADER
+=item DIAGNOSTICS
 
-B<Parameters:>, 4, 5, 6..
+Base class package "%s" is empty
 
-=item ENDING THE HTML DOCUMENT:
+=item HISTORY
 
-=item CREATING A SELF-REFERENCING URL THAT PRESERVES STATE INFORMATION:
+=item CAVEATS
 
-=item OBTAINING THE SCRIPT'S URL
+=item SEE ALSO
 
-B<-absolute>, B<-relative>, B<-full>, B<-path> (B<-path_info>), B<-query>
-(B<-query_string>), B<-base>
+=back
 
-=item MIXING POST AND URL PARAMETERS
+=head2 bigint - Transparent BigInteger support for Perl
 
-=back
+=over 4
 
-=item CREATING STANDARD HTML ELEMENTS:
+=item SYNOPSIS
+
+=item DESCRIPTION
 
 =over 4
 
-=item PROVIDING ARGUMENTS TO HTML SHORTCUTS
+=item Options
 
-=item THE DISTRIBUTIVE PROPERTY OF HTML SHORTCUTS
+a or accuracy, p or precision, t or trace, l or lib, v or version
 
-=item HTML SHORTCUTS AND LIST INTERPOLATION
+=item Math Library
 
-=item NON-STANDARD HTML SHORTCUTS
+=item Internal Format
 
-=item AUTOESCAPING HTML
+=item Sign
 
-$escaped_string = escapeHTML("unescaped string");, $charset =
-charset([$charset]);, $flag = autoEscape([$flag]);
+=item Methods
 
-=item PRETTY-PRINTING HTML
+=item Caveat
 
 =back
 
-=item CREATING FILL-OUT FORMS:
+=item MODULES USED
+
+=item EXAMPLES
+
+=item LICENSE
+
+=item SEE ALSO
+
+=item AUTHORS
+
+=back
+
+=head2 bignum - Transparent BigNumber support for Perl
 
 =over 4
 
-=item CREATING AN ISINDEX TAG
+=item SYNOPSIS
 
-=item STARTING AND ENDING A FORM
+=item DESCRIPTION
 
-B<application/x-www-form-urlencoded>, B<multipart/form-data>
+=over 4
 
-=item CREATING A TEXT FIELD
+=item Options
 
-B<Parameters>
+a or accuracy, p or precision, t or trace, l or lib, v or version
 
-=item CREATING A BIG TEXT FIELD
+=item Methods
 
-=item CREATING A PASSWORD FIELD
+=item Caveat
 
-=item CREATING A FILE UPLOAD FIELD
+inf(), NaN(), upgrade()
 
-B<Parameters>
+=item MATH LIBRARY
 
-=item CREATING A POPUP MENU
+=item INTERNAL FORMAT
 
-=item CREATING AN OPTION GROUP
+=item SIGN
+
+=back
+
+=item MODULES USED
+
+=item EXAMPLES
+
+=item LICENSE
+
+=item SEE ALSO
+
+=item AUTHORS
+
+=back
+
+=head2 bigrat - Transparent BigNumber/BigRational support for Perl
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=over 4
+
+=item Modules Used
+
+=item Math Library
+
+=item Sign
+
+=item Methods
+
+=item Cavaet
+
+=item Options
+
+a or accuracy, p or precision, t or trace, l or lib, v or version
+
+=back
+
+=item EXAMPLES
+
+       perl -Mbigrat -le 'print sqrt(33)'
+       perl -Mbigrat -le 'print 2*255'
+       perl -Mbigrat -le 'print 4.5+2*255'
+       perl -Mbigrat -le 'print 3/7 + 5/7 + 8/3'       
+       perl -Mbigrat -le 'print 12->is_odd()';
+
+=item LICENSE
+
+=item SEE ALSO
+
+=item AUTHORS
+
+=back
+
+=head2 blib - Use MakeMaker's uninstalled version of a package
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item BUGS
+
+=item AUTHOR
+
+=back
+
+=head2 bytes - Perl pragma to force byte semantics rather than character
+semantics
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item LIMITATIONS
+
+=item SEE ALSO
+
+=back
+
+=head2 charnames - define character names for C<\N{named}> string literal
+escapes
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item CUSTOM TRANSLATORS
+
+=item CUSTOM ALIASES
+
+=over 4
+
+=item Anonymous hashes
+
+=item Alias file
+
+=item Alias shortcut
+
+=back
+
+=item charnames::viacode(code)
+
+=item charnames::vianame(name)
+
+=item ALIASES
+
+=item ILLEGAL CHARACTERS
+
+=item BUGS
+
+=back
+
+=head2 constant - Perl pragma to declare constants
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item NOTES
+
+=over 4
+
+=item List constants
+
+=item Defining multiple constants at once
+
+=item Magic constants
+
+=back
+
+=item TECHNICAL NOTES
+
+=item BUGS
+
+=item AUTHOR
+
+=item COPYRIGHT
+
+=back
+
+=head2 diagnostics, splain - produce verbose warning diagnostics
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=over 4
+
+=item The C<diagnostics> Pragma
+
+=item The I<splain> Program
+
+=back
+
+=item EXAMPLES
+
+=item INTERNALS
+
+=item BUGS
+
+=item AUTHOR
+
+=back
+
+=head2 encoding - allows you to write your script in non-ascii or non-utf8
+
+=over 4
+
+=item SYNOPSIS
+
+=item ABSTRACT
+
+=over 4
+
+=item Literal Conversions
+
+=item PerlIO layers for C<STD(IN|OUT)>
+
+=item Implicit upgrading for byte strings
+
+=back
+
+=item FEATURES THAT REQUIRE 5.8.1
+
+"NON-EUC" doublebyte encodings, tr//, DATA pseudo-filehandle
+
+=item USAGE
+
+use encoding [I<ENCNAME>] ;, use encoding I<ENCNAME> [ STDIN =E<gt>
+I<ENCNAME_IN> ...] ;, use encoding I<ENCNAME> Filter=E<gt>1;, no encoding;
+
+=item The Filter Option
+
+=over 4
+
+=item Filter-related changes at Encode version 1.87
+
+=back
+
+=item CAVEATS
+
+=over 4
+
+=item NOT SCOPED
+
+=item DO NOT MIX MULTIPLE ENCODINGS
+
+=item tr/// with ranges
+
+Legend of characters above
+
+=back
+
+=item EXAMPLE - Greekperl
+
+=item KNOWN PROBLEMS
+
+literals in regex that are longer than 127 bytes, EBCDIC, format
+
+=over 4
+
+=item The Logic of :locale
+
+=back
+
+=item HISTORY
+
+=item SEE ALSO
+
+=back
+
+=head2 fields - compile-time class fields
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+new, phash
+
+=item SEE ALSO
+
+=back
+
+=head2 filetest - Perl pragma to control the filetest permission operators
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=over 4
+
+=item subpragma access
+
+=back
+
+=back
+
+=head2 if - C<use> a Perl module if a condition holds
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item BUGS
+
+=item AUTHOR
+
+=back
+
+=head2 integer - Perl pragma to use integer arithmetic instead of floating
+point
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=back
+
+=head2 less - perl pragma to request less of something from the compiler
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=back
+
+=head2 lib - manipulate @INC at compile time
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=over 4
+
+=item Adding directories to @INC
+
+=item Deleting directories from @INC
+
+=item Restoring original @INC
+
+=back
+
+=item CAVEATS
+
+=item NOTES
+
+=item SEE ALSO
+
+=item AUTHOR
+
+=back
+
+=head2 locale - Perl pragma to use and avoid POSIX locales for built-in
+operations
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=back
+
+=head2 open - perl pragma to set default PerlIO layers for input and output
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item NONPERLIO FUNCTIONALITY
+
+=item IMPLEMENTATION DETAILS
+
+=item SEE ALSO
+
+=back
+
+=head2 ops - Perl pragma to restrict unsafe operations when compiling
+
+=over 4
+
+=item SYNOPSIS 
+
+=item DESCRIPTION
+
+=item SEE ALSO
+
+=back
+
+=head2 overload - Package for overloading perl operations
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=over 4
+
+=item Declaration of overloaded functions
+
+=item Calling Conventions for Binary Operations
+
+FALSE, TRUE, C<undef>
+
+=item Calling Conventions for Unary Operations
+
+=item Calling Conventions for Mutators
+
+C<++> and C<-->, C<x=> and other assignment versions
+
+=item Overloadable Operations
+
+I<Arithmetic operations>, I<Comparison operations>, I<Bit operations>,
+I<Increment and decrement>, I<Transcendental functions>, I<Boolean, string
+and numeric conversion>, I<Iteration>, I<Dereferencing>, I<Special>
+
+=item Inheritance and overloading
+
+Strings as values of C<use overload> directive, Overloading of an operation
+is inherited by derived classes
+
+=back
+
+=item SPECIAL SYMBOLS FOR C<use overload>
+
+=over 4
+
+=item Last Resort
+
+=item Fallback
+
+C<undef>, TRUE, defined, but FALSE
+
+=item Copy Constructor
+
+B<Example>
+
+=back
+
+=item MAGIC AUTOGENERATION
+
+I<Assignment forms of arithmetic operations>, I<Conversion operations>,
+I<Increment and decrement>, C<abs($a)>, I<Unary minus>, I<Negation>,
+I<Concatenation>, I<Comparison operations>, I<Iterator>, I<Dereferencing>,
+I<Copy operator>
+
+=item Losing overloading
+
+=item Run-time Overloading
+
+=item Public functions
+
+overload::StrVal(arg), overload::Overloaded(arg), overload::Method(obj,op)
+
+=item Overloading constants
+
+integer, float, binary, q, qr
+
+=item IMPLEMENTATION
+
+=item Metaphor clash
+
+=item Cookbook
+
+=over 4
+
+=item Two-face scalars
+
+=item Two-face references
+
+=item Symbolic calculator
+
+=item I<Really> symbolic calculator
+
+=back
+
+=item AUTHOR
+
+=item DIAGNOSTICS
+
+Odd number of arguments for overload::constant, `%s' is not an overloadable
+type, `%s' is not a code reference
+
+=item BUGS
+
+=back
+
+=head2 sigtrap - Perl pragma to enable simple signal handling
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item OPTIONS
+
+=over 4
+
+=item SIGNAL HANDLERS
+
+B<stack-trace>, B<die>, B<handler> I<your-handler>
+
+=item SIGNAL LISTS
+
+B<normal-signals>, B<error-signals>, B<old-interface-signals>
+
+=item OTHER
+
+B<untrapped>, B<any>, I<signal>, I<number>
+
+=back
+
+=item EXAMPLES
+
+=back
+
+=head2 sort - perl pragma to control sort() behaviour
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item CAVEATS
+
+=back
+
+=head2 strict - Perl pragma to restrict unsafe constructs
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+C<strict refs>, C<strict vars>, C<strict subs>
+
+=item HISTORY
+
+=back
+
+=head2 subs - Perl pragma to predeclare sub names
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=back
+
+=head2 threadshared, threads::shared - Perl extension for sharing data
+structures between threads
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item EXPORT
+
+=item FUNCTIONS
+
+share VARIABLE, lock VARIABLE, cond_wait VARIABLE, cond_wait CONDVAR,
+LOCKVAR, cond_timedwait VARIABLE, ABS_TIMEOUT, cond_timedwait CONDVAR,
+ABS_TIMEOUT, LOCKVAR, cond_signal VARIABLE, cond_broadcast VARIABLE
+
+=item NOTES
+
+=item BUGS
+
+=item AUTHOR
+
+=item SEE ALSO
+
+=back
+
+=head2 utf8 - Perl pragma to enable/disable UTF-8 (or UTF-EBCDIC) in source
+code
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=over 4
+
+=item Utility functions
+
+$num_octets = utf8::upgrade($string), $success = utf8::downgrade($string[,
+FAIL_OK]), utf8::encode($string), utf8::decode($string), $flag =
+utf8::is_utf8(STRING), $flag = utf8::valid(STRING)
+
+=back
+
+=item BUGS
+
+=item SEE ALSO
+
+=back
+
+=head2 vars - Perl pragma to predeclare global variable names (obsolete)
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=back
+
+=head2 version - Perl extension for Version Objects
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=over 4
+
+=item What IS a version
+
+Numeric Versions, Quoted Versions
+
+=item What about v-strings?
+
+=item Numeric Versions
+
+=item Quoted Versions
+
+=item Object Methods
+
+New Operator, qv(), Normal Form, Numification, Stringification, Comparison
+operators, Logical Operators
+
+=item Quoting
+
+=item Types of Versions Objects
+
+Ordinary versions, Alpha versions
+
+=item Replacement UNIVERSAL::VERSION
+
+=back
+
+=item EXPORT
+
+=item AUTHOR
+
+=item SEE ALSO
+
+=back
+
+=head2 vmsish - Perl pragma to control VMS-specific language features
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+C<vmsish status>, C<vmsish exit>, C<vmsish time>, C<vmsish hushed>
+
+=back
+
+=head2 warnings - Perl pragma to control optional warnings
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+use warnings::register, warnings::enabled(), warnings::enabled($category),
+warnings::enabled($object), warnings::warn($message),
+warnings::warn($category, $message), warnings::warn($object, $message),
+warnings::warnif($message), warnings::warnif($category, $message),
+warnings::warnif($object, $message)
+
+=back
+
+=head2 warnings::register - warnings import function
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=back
+
+=head1 MODULE DOCUMENTATION
+
+=head2 AnyDBM_File - provide framework for multiple DBMs
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=over 4
+
+=item DBM Comparisons
+
+[0], [1], [2], [3]
+
+=back
+
+=item SEE ALSO
+
+=back
+
+=head2 Attribute::Handlers - Simpler definition of attribute handlers
+
+=over 4
+
+=item VERSION
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+[0], [1], [2], [3], [4], [5]
+
+=over 4
+
+=item Typed lexicals
+
+=item Type-specific attribute handlers
+
+=item Non-interpretive attribute handlers
+
+=item Phase-specific attribute handlers
+
+=item Attributes as C<tie> interfaces
+
+=back
+
+=item EXAMPLES
+
+=item DIAGNOSTICS
+
+C<Bad attribute type: ATTR(%s)>, C<Attribute handler %s doesn't handle %s
+attributes>, C<Declaration of %s attribute in package %s may clash with
+future reserved word>, C<Can't have two ATTR specifiers on one subroutine>,
+C<Can't autotie a %s>, C<Internal error: %s symbol went missing>, C<Won't
+be able to apply END handler>
+
+=item AUTHOR
+
+=item BUGS
+
+=item COPYRIGHT
+
+=back
+
+=head2 AutoLoader - load subroutines only on demand
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=over 4
+
+=item Subroutine Stubs
+
+=item Using B<AutoLoader>'s AUTOLOAD Subroutine
+
+=item Overriding B<AutoLoader>'s AUTOLOAD Subroutine
+
+=item Package Lexicals
+
+=item Not Using AutoLoader
+
+=item B<AutoLoader> vs. B<SelfLoader>
+
+=back
+
+=item CAVEATS
+
+=item SEE ALSO
+
+=back
+
+=head2 AutoSplit - split a package for autoloading
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+$keep, $check, $modtime
+
+=over 4
+
+=item Multiple packages
+
+=back
+
+=item DIAGNOSTICS
+
+=back
+
+=head2 B - The Perl Compiler
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item OVERVIEW
+
+=item Utility Functions
+
+=over 4
+
+=item Functions Returning C<B::SV>, C<B::AV>, C<B::HV>, and C<B::CV>
+objects
+
+sv_undef, sv_yes, sv_no, svref_2object(SVREF), amagic_generation, init_av,
+check_av, begin_av, end_av, comppadlist, regex_padav, main_cv
+
+=item Functions for Examining the Symbol Table
+
+walksymtable(SYMREF, METHOD, RECURSE, PREFIX)
+
+=item Functions Returning C<B::OP> objects or for walking op trees
+
+main_root, main_start, walkoptree(OP, METHOD), walkoptree_debug(DEBUG)
+
+=item Miscellaneous Utility Functions
+
+ppname(OPNUM), hash(STR), cast_I32(I), minus_c, cstring(STR),
+perlstring(STR), class(OBJ), threadsv_names
+
+=back
+
+=item OVERVIEW OF CLASSES
+
+=over 4
+
+=item SV-RELATED CLASSES
+
+=item B::SV Methods
+
+REFCNT, FLAGS, object_2svref
+
+=item B::IV Methods
+
+IV, IVX, UVX, int_value, needs64bits, packiv
+
+=item B::NV Methods
+
+NV, NVX
+
+=item B::RV Methods
+
+RV
+
+=item B::PV Methods
+
+PV, RV, PVX
+
+=item B::PVMG Methods
+
+MAGIC, SvSTASH
+
+=item B::MAGIC Methods
+
+MOREMAGIC, precomp, PRIVATE, TYPE, FLAGS, OBJ, PTR, REGEX
+
+=item B::PVLV Methods
+
+TARGOFF, TARGLEN, TYPE, TARG
+
+=item B::BM Methods
+
+USEFUL, PREVIOUS, RARE, TABLE
+
+=item B::GV Methods
+
+is_empty, NAME, SAFENAME, STASH, SV, IO, FORM, AV, HV, EGV, CV, CVGEN,
+LINE, FILE, FILEGV, GvREFCNT, FLAGS
+
+=item B::IO Methods
+
+LINES, PAGE, PAGE_LEN, LINES_LEFT, TOP_NAME, TOP_GV, FMT_NAME, FMT_GV,
+BOTTOM_NAME, BOTTOM_GV, SUBPROCESS, IoTYPE, IoFLAGS, IsSTD
+
+=item B::AV Methods
+
+FILL, MAX, OFF, ARRAY, ARRAYelt, AvFLAGS
+
+=item B::CV Methods
+
+STASH, START, ROOT, GV, FILE, DEPTH, PADLIST, OUTSIDE, OUTSIDE_SEQ, XSUB,
+XSUBANY, CvFLAGS, const_sv
+
+=item B::HV Methods
+
+FILL, MAX, KEYS, RITER, NAME, PMROOT, ARRAY
+
+=item OP-RELATED CLASSES
+
+=item B::OP Methods
+
+next, sibling, name, ppaddr, desc, targ, type, opt, static, flags, private,
+spare
+
+=item B::UNOP METHOD
+
+first
+
+=item B::BINOP METHOD
+
+last
+
+=item B::LOGOP METHOD
+
+other
+
+=item B::LISTOP METHOD
+
+children
+
+=item B::PMOP Methods
+
+pmreplroot, pmreplstart, pmnext, pmregexp, pmflags, pmdynflags,
+pmpermflags, precomp, pmoffset
+
+=item B::SVOP METHOD
+
+sv, gv
+
+=item B::PADOP METHOD
+
+padix
+
+=item B::PVOP METHOD
+
+pv
+
+=item B::LOOP Methods
+
+redoop, nextop, lastop
+
+=item B::COP Methods
+
+label, stash, stashpv, file, cop_seq, arybase, line, warnings, io
+
+=back
+
+=item AUTHOR
+
+=back
+
+=head2 B::Asmdata - Autogenerated data about Perl ops, used to generate
+bytecode
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+%insn_data, @insn_name, @optype, @specialsv_name
+
+=item AUTHOR
+
+=back
+
+=head2 B::Assembler - Assemble Perl bytecode
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item AUTHORS
+
+=back
+
+=head2 B::Bblock - Walk basic blocks
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=over 4
+
+=item Functions
+
+B<find_leaders>
+
+=back
+
+=item AUTHOR
+
+=back
+
+=head2 B::Bytecode - Perl compiler's bytecode backend
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item EXAMPLE
+
+=item OPTIONS
+
+B<-b>, B<-H>, B<-k>, B<-o>I<outfile>, B<-s>
+
+=item KNOWN BUGS
+
+=item NOTICE
+
+=item AUTHORS
+
+=back
+
+=head2 B::C - Perl compiler's C backend
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item OPTIONS
+
+B<-ofilename>, B<-v>, B<-->, B<-uPackname>, B<-D>, B<-Do>, B<-Dc>, B<-DA>,
+B<-DC>, B<-DM>, B<-f>, B<-fcog>, B<-fsave-data>, B<-fppaddr>, B<-fwarn-sv>,
+B<-fuse-script-name>, B<-fsave-sig-hash>, B<-On>, B<-O0>, B<-O1>, B<-O2>,
+B<-llimit>
+
+=item EXAMPLES
+
+=item BUGS
+
+=item AUTHOR
+
+=back
+
+=head2 B::CC - Perl compiler's optimized C translation backend
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item OPTIONS
+
+B<-ofilename>, B<-v>, B<-->, B<-uPackname>, B<-mModulename>, B<-D>, B<-Dr>,
+B<-DO>, B<-Ds>, B<-Dp>, B<-Dq>, B<-Dl>, B<-Dt>, B<-f>,
+B<-ffreetmps-each-bblock>, B<-ffreetmps-each-loop>, B<-fomit-taint>, B<-On>
+
+=item EXAMPLES
+
+=item BUGS
+
+=item DIFFERENCES
+
+=over 4
+
+=item Loops
+
+=item Context of ".."
+
+=item Arithmetic
+
+=item Deprecated features
+
+=back
+
+=item AUTHOR
+
+=back
+
+=head2 B::Concise - Walk Perl syntax tree, printing concise info about ops
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item EXAMPLE
+
+=item OPTIONS
+
+=over 4
+
+=item Options for Opcode Ordering
+
+B<-basic>, B<-exec>, B<-tree>
+
+=item Options for Line-Style
+
+B<-concise>, B<-terse>, B<-linenoise>, B<-debug>, B<-env>
+
+=item Options for tree-specific formatting
+
+B<-compact>, B<-loose>, B<-vt>, B<-ascii>
+
+=item Options controlling sequence numbering
+
+B<-base>I<n>, B<-bigendian>, B<-littleendian>
+
+=item Other options
+
+B<-main>, B<-nomain>, B<-nobanner>, B<-banner>, B<-banneris> => subref
+
+=item Option Stickiness
+
+=back
+
+=item ABBREVIATIONS
+
+=over 4
+
+=item OP class abbreviations
+
+=item OP flags abbreviations
+
+=back
+
+=item FORMATTING SPECIFICATIONS
+
+=over 4
+
+=item Special Patterns
+
+B<(x(>I<exec_text>B<;>I<basic_text>B<)x)>, B<(*(>I<text>B<)*)>,
+B<(*(>I<text1>B<;>I<text2>B<)*)>, B<(?(>I<text1>B<#>I<var>I<Text2>B<)?)>,
+B<~>
+
+=item # Variables
+
+B<#>I<var>, B<#>I<var>I<N>, B<#>I<Var>, B<#addr>, B<#arg>, B<#class>,
+B<#classsym>, B<#coplabel>, B<#exname>, B<#extarg>, B<#firstaddr>,
+B<#flags>, B<#flagval>, B<#hyphseq>, B<#label>, B<#lastaddr>, B<#name>,
+B<#NAME>, B<#next>, B<#nextaddr>, B<#noise>, B<#private>, B<#privval>,
+B<#seq>, B<#seqnum>, B<#opt>, B<#static>, B<#sibaddr>, B<#svaddr>,
+B<#svclass>, B<#svval>, B<#targ>, B<#targarg>, B<#targarglife>, B<#typenum>
+
+=back
+
+=item Using B::Concise outside of the O framework
+
+=over 4
+
+=item Example: Altering Concise Renderings
+
+=item set_style()
+
+=item set_style_standard($name)
+
+=item add_style()
+
+=item add_callback()
+
+=item Running B::Concise::compile()
+
+=item B::Concise::reset_sequence()
+
+=item Errors
+
+=back
+
+=item AUTHOR
+
+=back
+
+=head2 B::Debug - Walk Perl syntax tree, printing debug info about ops
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item AUTHOR
+
+=back
+
+=head2 B::Deparse - Perl compiler backend to produce perl code
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item OPTIONS
+
+B<-d>, B<-f>I<FILE>, B<-l>, B<-p>, B<-P>, B<-q>, B<-s>I<LETTERS>, B<C>,
+B<i>I<NUMBER>, B<T>, B<v>I<STRING>B<.>, B<-x>I<LEVEL>
+
+=item USING B::Deparse AS A MODULE
+
+=over 4
+
+=item Synopsis
+
+=item Description
+
+=item new
+
+=item ambient_pragmas
+
+strict, $[, bytes, utf8, integer, re, warnings, hint_bits, warning_bits
+
+=item coderef2text
+
+=back
+
+=item BUGS
+
+=item AUTHOR
+
+=back
+
+=head2 B::Disassembler - Disassemble Perl bytecode
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item AUTHOR
+
+=back
+
+=head2 B::Lint - Perl lint
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item OPTIONS AND LINT CHECKS
+
+B<context>, B<implicit-read> and B<implicit-write>, B<bare-subs>,
+B<dollar-underscore>, B<private-names>, B<undefined-subs>,
+B<regexp-variables>, B<all>, B<none>
+
+=item NON LINT-CHECK OPTIONS
+
+B<-u Package>
+
+=item BUGS
+
+=item AUTHOR
+
+=back
+
+=head2 B::O, O - Generic interface to Perl Compiler backends
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item CONVENTIONS
+
+=item IMPLEMENTATION
+
+=item BUGS
+
+=item AUTHOR
+
+=back
+
+=head2 B::Showlex - Show lexical variables used in functions or files
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item EXAMPLES
+
+=over 4
+
+=item OPTIONS
+
+=back
+
+=item SEE ALSO
+
+=item TODO
+
+=item AUTHOR
+
+=back
+
+=head2 B::Stackobj - Helper module for CC backend
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item AUTHOR
+
+=back
+
+=head2 B::Stash - show what stashes are loaded
+
+=head2 B::Terse - Walk Perl syntax tree, printing terse info about ops
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item AUTHOR
+
+=back
+
+=head2 B::Xref - Generates cross reference reports for Perl programs
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item OPTIONS
+
+C<-oFILENAME>, C<-r>, C<-d>, C<-D[tO]>
+
+=item BUGS
+
+=item AUTHOR
+
+=back
+
+=head2 Bblock, B::Bblock - Walk basic blocks
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=over 4
+
+=item Functions
+
+B<find_leaders>
+
+=back
+
+=item AUTHOR
+
+=back
+
+=head2 Benchmark - benchmark running times of Perl code
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=over 4
+
+=item Methods
+
+new, debug, iters
+
+=item Standard Exports
+
+timeit(COUNT, CODE), timethis ( COUNT, CODE, [ TITLE, [ STYLE ]] ),
+timethese ( COUNT, CODEHASHREF, [ STYLE ] ), timediff ( T1, T2 ), timestr (
+TIMEDIFF, [ STYLE, [ FORMAT ] ] )
+
+=item Optional Exports
+
+clearcache ( COUNT ), clearallcache ( ), cmpthese ( COUNT, CODEHASHREF, [
+STYLE ] ), cmpthese ( RESULTSHASHREF, [ STYLE ] ), countit(TIME, CODE),
+disablecache ( ), enablecache ( ), timesum ( T1, T2 )
+
+=item :hireswallclock
+
+=back
+
+=item NOTES
+
+=item EXAMPLES
+
+=item INHERITANCE
+
+=item CAVEATS
+
+=item SEE ALSO
+
+=item AUTHORS
+
+=item MODIFICATION HISTORY
+
+=back
+
+=head2 ByteLoader - load byte compiled perl code
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item AUTHOR
+
+=item SEE ALSO
+
+=back
+
+=head2 Bytecode, B::Bytecode - Perl compiler's bytecode backend
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item EXAMPLE
+
+=item OPTIONS
+
+B<-b>, B<-H>, B<-k>, B<-o>I<outfile>, B<-s>
+
+=item KNOWN BUGS
+
+=item NOTICE
+
+=item AUTHORS
+
+=back
+
+=head2 CGI - Simple Common Gateway Interface Class
+
+=over 4
+
+=item SYNOPSIS
+
+=item ABSTRACT
+
+=item DESCRIPTION
+
+=over 4
+
+=item PROGRAMMING STYLE
+
+=item CALLING CGI.PM ROUTINES
+
+=item CREATING A NEW QUERY OBJECT (OBJECT-ORIENTED STYLE):
+
+=item CREATING A NEW QUERY OBJECT FROM AN INPUT FILE
+
+=item FETCHING A LIST OF KEYWORDS FROM THE QUERY:
+
+=item FETCHING THE NAMES OF ALL THE PARAMETERS PASSED TO YOUR SCRIPT:
+
+=item FETCHING THE VALUE OR VALUES OF A SINGLE NAMED PARAMETER:
+
+=item SETTING THE VALUE(S) OF A NAMED PARAMETER:
+
+=item APPENDING ADDITIONAL VALUES TO A NAMED PARAMETER:
+
+=item IMPORTING ALL PARAMETERS INTO A NAMESPACE:
+
+=item DELETING A PARAMETER COMPLETELY:
+
+=item DELETING ALL PARAMETERS:
+
+=item DIRECT ACCESS TO THE PARAMETER LIST:
+
+=item FETCHING THE PARAMETER LIST AS A HASH:
+
+=item SAVING THE STATE OF THE SCRIPT TO A FILE:
+
+=item RETRIEVING CGI ERRORS
+
+=item USING THE FUNCTION-ORIENTED INTERFACE
+
+B<:cgi>, B<:form>, B<:html2>, B<:html3>, B<:html4>, B<:netscape>, B<:html>,
+B<:standard>, B<:all>
+
+=item PRAGMAS
+
+-any, -compile, -nosticky, -no_undef_params, -no_xhtml, -nph,
+-newstyle_urls, -oldstyle_urls, -autoload, -no_debug, -debug,
+-private_tempfiles
+
+=item SPECIAL FORMS FOR IMPORTING HTML-TAG FUNCTIONS
+
+1. start_table() (generates a <table> tag), 2. end_table() (generates a
+</table> tag), 3. start_ul() (generates a <ul> tag), 4. end_ul() (generates
+a </ul> tag)
+
+=back
+
+=item GENERATING DYNAMIC DOCUMENTS
+
+=over 4
+
+=item CREATING A STANDARD HTTP HEADER:
+
+=item GENERATING A REDIRECTION HEADER
+
+=item CREATING THE HTML DOCUMENT HEADER
+
+B<Parameters:>, 4, 5, 6..
+
+=item ENDING THE HTML DOCUMENT:
+
+=item CREATING A SELF-REFERENCING URL THAT PRESERVES STATE INFORMATION:
+
+=item OBTAINING THE SCRIPT'S URL
+
+B<-absolute>, B<-relative>, B<-full>, B<-path> (B<-path_info>), B<-query>
+(B<-query_string>), B<-base>
+
+=item MIXING POST AND URL PARAMETERS
+
+=back
+
+=item CREATING STANDARD HTML ELEMENTS:
+
+=over 4
+
+=item PROVIDING ARGUMENTS TO HTML SHORTCUTS
+
+=item THE DISTRIBUTIVE PROPERTY OF HTML SHORTCUTS
+
+=item HTML SHORTCUTS AND LIST INTERPOLATION
+
+=item NON-STANDARD HTML SHORTCUTS
+
+=item AUTOESCAPING HTML
+
+$escaped_string = escapeHTML("unescaped string");, $charset =
+charset([$charset]);, $flag = autoEscape([$flag]);
+
+=item PRETTY-PRINTING HTML
+
+=back
+
+=item CREATING FILL-OUT FORMS:
+
+=over 4
+
+=item CREATING AN ISINDEX TAG
+
+=item STARTING AND ENDING A FORM
+
+B<application/x-www-form-urlencoded>, B<multipart/form-data>
+
+=item CREATING A TEXT FIELD
+
+B<Parameters>
+
+=item CREATING A BIG TEXT FIELD
+
+=item CREATING A PASSWORD FIELD
+
+=item CREATING A FILE UPLOAD FIELD
+
+B<Parameters>
+
+=item CREATING A POPUP MENU
+
+=item CREATING AN OPTION GROUP
+
+=item CREATING A SCROLLING LIST
+
+B<Parameters:>
+
+=item CREATING A GROUP OF RELATED CHECKBOXES
+
+B<Parameters:>
+
+=item CREATING A STANDALONE CHECKBOX
+
+B<Parameters:>
+
+=item CREATING A RADIO BUTTON GROUP
+
+B<Parameters:>
+
+=item CREATING A SUBMIT BUTTON 
+
+B<Parameters:>
+
+=item CREATING A RESET BUTTON
+
+=item CREATING A DEFAULT BUTTON
+
+=item CREATING A HIDDEN FIELD
+
+B<Parameters:>
+
+=item CREATING A CLICKABLE IMAGE BUTTON
+
+B<Parameters:>, 3. The third option (-align, optional) is an alignment
+type, and may be TOP, BOTTOM or MIDDLE
+
+=item CREATING A JAVASCRIPT ACTION BUTTON
+
+=back
+
+=item HTTP COOKIES
+
+1. an expiration time, 2. a domain, 3. a path, 4. a "secure" flag,
+B<-name>, B<-value>, B<-path>, B<-domain>, B<-expires>, B<-secure>
+
+=item WORKING WITH FRAMES
+
+1. Create a <Frameset> document, 2. Specify the destination for the
+document in the HTTP header, 3. Specify the destination for the document in
+the <form> tag
+
+=item LIMITED SUPPORT FOR CASCADING STYLE SHEETS
+
+=item DEBUGGING
+
+=over 4
+
+=item DUMPING OUT ALL THE NAME/VALUE PAIRS
+
+=back
+
+=item FETCHING ENVIRONMENT VARIABLES
+
+B<Accept()>, B<raw_cookie()>, B<user_agent()>, B<path_info()>,
+B<path_translated()>, B<remote_host()>, B<script_name()> Return the script
+name as a partial URL, for self-refering scripts, B<referer()>, B<auth_type
+()>, B<server_name ()>, B<virtual_host ()>, B<server_port ()>,
+B<virtual_port ()>, B<server_software ()>, B<remote_user ()>, B<user_name
+()>, B<request_method()>, B<content_type()>, B<http()>, B<https()>
+
+=item USING NPH SCRIPTS
+
+In the B<use> statement, By calling the B<nph()> method:, By using B<-nph>
+parameters
+
+=item Server Push
+
+multipart_init(), multipart_start(), multipart_end(), multipart_final()
+
+=item Avoiding Denial of Service Attacks
+
+B<$CGI::POST_MAX>, B<$CGI::DISABLE_UPLOADS>, B<1. On a script-by-script
+basis>, B<2. Globally for all scripts>
+
+=item COMPATIBILITY WITH CGI-LIB.PL
+
+=item AUTHOR INFORMATION
+
+=item CREDITS
+
+Matt Heffron (heffron@falstaff.css.beckman.com), James Taylor
+(james.taylor@srs.gov), Scott Anguish <sanguish@digifix.com>, Mike Jewell
+(mlj3u@virginia.edu), Timothy Shimmin (tes@kbs.citri.edu.au), Joergen Haegg
+(jh@axis.se), Laurent Delfosse (delfosse@delfosse.com), Richard Resnick
+(applepi1@aol.com), Craig Bishop (csb@barwonwater.vic.gov.au), Tony Curtis
+(tc@vcpc.univie.ac.at), Tim Bunce (Tim.Bunce@ig.co.uk), Tom Christiansen
+(tchrist@convex.com), Andreas Koenig (k@franz.ww.TU-Berlin.DE), Tim
+MacKenzie (Tim.MacKenzie@fulcrum.com.au), Kevin B. Hendricks
+(kbhend@dogwood.tyler.wm.edu), Stephen Dahmen (joyfire@inxpress.net), Ed
+Jordan (ed@fidalgo.net), David Alan Pisoni (david@cnation.com), Doug
+MacEachern (dougm@opengroup.org), Robin Houston (robin@oneworld.org),
+...and many many more..
+
+=item A COMPLETE EXAMPLE OF A SIMPLE FORM-BASED SCRIPT
+
+=item BUGS
+
+=item SEE ALSO
+
+=back
+
+=head2 CGI::Apache - Backward compatibility module for CGI.pm
+
+=over 4
+
+=item SYNOPSIS
+
+=item ABSTRACT
+
+=item DESCRIPTION
+
+=item AUTHOR INFORMATION
+
+=item BUGS
+
+=item SEE ALSO
+
+=back
+
+=head2 CGI::Carp, B<CGI::Carp> - CGI routines for writing to the HTTPD (or
+other) error log
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item REDIRECTING ERROR MESSAGES
+
+=item MAKING PERL ERRORS APPEAR IN THE BROWSER WINDOW
+
+=over 4
+
+=item Changing the default message
+
+=back
+
+=item MAKING WARNINGS APPEAR AS HTML COMMENTS
+
+=item OVERRIDING THE NAME OF THE PROGRAM
+
+=item AUTHORS
+
+=item SEE ALSO
+
+=back
+
+=head2 CGI::Cookie - Interface to Netscape Cookies
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item USING CGI::Cookie
+
+B<1. expiration date>, B<2. domain>, B<3. path>, B<4. secure flag>
+
+=over 4
+
+=item Creating New Cookies
+
+=item Sending the Cookie to the Browser
+
+=item Recovering Previous Cookies
+
+=item Manipulating Cookies
+
+B<name()>, B<value()>, B<domain()>, B<path()>, B<expires()>
+
+=back
+
+=item AUTHOR INFORMATION
+
+=item BUGS
+
+=item SEE ALSO
+
+=back
+
+=head2 CGI::Fast - CGI Interface for Fast CGI
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item OTHER PIECES OF THE PUZZLE
+
+=item WRITING FASTCGI PERL SCRIPTS
+
+=item INSTALLING FASTCGI SCRIPTS
+
+=item USING FASTCGI SCRIPTS AS CGI SCRIPTS
+
+=item EXTERNAL FASTCGI SERVER INVOCATION
+
+FCGI_SOCKET_PATH, FCGI_LISTEN_QUEUE
+
+=item CAVEATS
+
+=item AUTHOR INFORMATION
+
+=item BUGS
+
+=item SEE ALSO
+
+=back
+
+=head2 CGI::Pretty - module to produce nicely formatted HTML code
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=over 4
+
+=item Tags that won't be formatted
+
+=item Customizing the Indenting
+
+=back
+
+=item BUGS
+
+=item AUTHOR
+
+=item SEE ALSO
+
+=back
+
+=head2 CGI::Push - Simple Interface to Server Push
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item USING CGI::Push
+
+-next_page, -last_page, -type, -delay, -cookie, -target, -expires, -nph
+
+=over 4
+
+=item Heterogeneous Pages
+
+=item Changing the Page Delay on the Fly
+
+=back
+
+=item INSTALLING CGI::Push SCRIPTS
+
+=item AUTHOR INFORMATION
+
+=item BUGS
+
+=item SEE ALSO
+
+=back
+
+=head2 CGI::Switch - Backward compatibility module for defunct CGI::Switch
+
+=over 4
+
+=item SYNOPSIS
+
+=item ABSTRACT
+
+=item DESCRIPTION
+
+=item AUTHOR INFORMATION
+
+=item BUGS
+
+=item SEE ALSO
+
+=back
+
+=head2 CGI::Util - Internal utilities used by CGI module
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item AUTHOR INFORMATION
+
+=item SEE ALSO
+
+=back
+
+=head2 CPAN - query, download and build perl modules from CPAN sites
+
+=over 4
+
+=item SYNOPSIS
+
+=item STATUS
+
+=item DESCRIPTION
+
+=over 4
+
+=item Interactive Mode
+
+Searching for authors, bundles, distribution files and modules, make, test,
+install, clean modules or distributions, get, readme, look module or
+distribution, ls author, Signals
+
+=item CPAN::Shell
+
+=item autobundle
+
+=item recompile
+
+=item The four C<CPAN::*> Classes: Author, Bundle, Module, Distribution
+
+=item Programmer's interface
+
+expand($type,@things), expandany(@things), Programming Examples
+
+=item Methods in the other Classes
+
+CPAN::Author::as_glimpse(), CPAN::Author::as_string(),
+CPAN::Author::email(), CPAN::Author::fullname(), CPAN::Author::name(),
+CPAN::Bundle::as_glimpse(), CPAN::Bundle::as_string(),
+CPAN::Bundle::clean(), CPAN::Bundle::contains(),
+CPAN::Bundle::force($method,@args), CPAN::Bundle::get(),
+CPAN::Bundle::inst_file(), CPAN::Bundle::inst_version(),
+CPAN::Bundle::uptodate(), CPAN::Bundle::install(), CPAN::Bundle::make(),
+CPAN::Bundle::readme(), CPAN::Bundle::test(),
+CPAN::Distribution::as_glimpse(), CPAN::Distribution::as_string(),
+CPAN::Distribution::clean(), CPAN::Distribution::containsmods(),
+CPAN::Distribution::cvs_import(), CPAN::Distribution::dir(),
+CPAN::Distribution::force($method,@args), CPAN::Distribution::get(),
+CPAN::Distribution::install(), CPAN::Distribution::isa_perl(),
+CPAN::Distribution::look(), CPAN::Distribution::make(),
+CPAN::Distribution::prereq_pm(), CPAN::Distribution::readme(),
+CPAN::Distribution::test(), CPAN::Distribution::uptodate(),
+CPAN::Index::force_reload(), CPAN::Index::reload(), CPAN::InfoObj::dump(),
+CPAN::Module::as_glimpse(), CPAN::Module::as_string(),
+CPAN::Module::clean(), CPAN::Module::cpan_file(),
+CPAN::Module::cpan_version(), CPAN::Module::cvs_import(),
+CPAN::Module::description(), CPAN::Module::force($method,@args),
+CPAN::Module::get(), CPAN::Module::inst_file(),
+CPAN::Module::inst_version(), CPAN::Module::install(),
+CPAN::Module::look(), CPAN::Module::make(),
+CPAN::Module::manpage_headline(), CPAN::Module::readme(),
+CPAN::Module::test(), CPAN::Module::uptodate(), CPAN::Module::userid()
+
+=item Cache Manager
+
+=item Bundles
+
+=item Prerequisites
+
+=item Finding packages and VERSION
+
+=item Debugging
+
+=item Floppy, Zip, Offline Mode
+
+=back
+
+=item CONFIGURATION
+
+C<o conf E<lt>scalar optionE<gt>>, C<o conf E<lt>scalar optionE<gt>
+E<lt>valueE<gt>>, C<o conf E<lt>list optionE<gt>>, C<o conf E<lt>list
+optionE<gt> [shift|pop]>, C<o conf E<lt>list optionE<gt>
+[unshift|push|splice] E<lt>listE<gt>>
+
+=over 4
+
+=item Note on urllist parameter's format
+
+=item urllist parameter has CD-ROM support
+
+=back
+
+=item SECURITY
+
+=item EXPORT
+
+=item POPULATE AN INSTALLATION WITH LOTS OF MODULES
+
+=item WORKING WITH CPAN.pm BEHIND FIREWALLS
+
+=over 4
+
+=item Three basic types of firewalls
+
+http firewall, ftp firewall, One way visibility, SOCKS, IP Masquerade
+
+=item Configuring lynx or ncftp for going through a firewall
+
+=back
+
+=item FAQ
+
+1), 2), 3), 4), 5), 6), 7), 8), 9), 10)
+
+=item BUGS
+
+=item AUTHOR
+
+=item TRANSLATIONS
+
+=item SEE ALSO
+
+=back
+
+=head2 CPAN::FirstTime - Utility for CPAN::Config file Initialization
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=back
+
+=head2 CPANox, CPAN::Nox - Wrapper around CPAN.pm without using any XS
+module
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item  SEE ALSO
+
+=back
+
+=head2 Carp, carp    - warn of errors (from perspective of caller)
+
+=over 4
+
+=item SYNOPSIS
 
-=item CREATING A SCROLLING LIST
+=item DESCRIPTION
 
-B<Parameters:>
+=over 4
 
-=item CREATING A GROUP OF RELATED CHECKBOXES
+=item Forcing a Stack Trace
 
-B<Parameters:>
+=back
 
-=item CREATING A STANDALONE CHECKBOX
+=back
 
-B<Parameters:>
+=over 4
 
-=item CREATING A RADIO BUTTON GROUP
+=item GLOBAL VARIABLES
 
-B<Parameters:>
+=over 4
 
-=item CREATING A SUBMIT BUTTON 
+=item $Carp::CarpLevel
 
-B<Parameters:>
+=item $Carp::MaxEvalLen
 
-=item CREATING A RESET BUTTON
+=item $Carp::MaxArgLen
 
-=item CREATING A DEFAULT BUTTON
+=item $Carp::MaxArgNums
 
-=item CREATING A HIDDEN FIELD
+=item $Carp::Verbose
 
-B<Parameters:>
+=back
 
-=item CREATING A CLICKABLE IMAGE BUTTON
+=back
 
-B<Parameters:>, 3. The third option (-align, optional) is an alignment
-type, and may be TOP, BOTTOM or MIDDLE
+=over 4
 
-=item CREATING A JAVASCRIPT ACTION BUTTON
+=item BUGS
 
 =back
 
-=item HTTP COOKIES
+=head2 Carp::Heavy - heavy machinery, no user serviceable parts inside
 
-1. an expiration time, 2. a domain, 3. a path, 4. a "secure" flag,
-B<-name>, B<-value>, B<-path>, B<-domain>, B<-expires>, B<-secure>
+=head2 Class::ISA -- report the search path for a class's ISA tree
 
-=item WORKING WITH FRAMES
+=over 4
 
-1. Create a <Frameset> document, 2. Specify the destination for the
-document in the HTTP header, 3. Specify the destination for the document in
-the <form> tag
+=item SYNOPSIS
 
-=item LIMITED SUPPORT FOR CASCADING STYLE SHEETS
+=item DESCRIPTION
 
-=item DEBUGGING
+=item FUNCTIONS
 
-=over 4
+the function Class::ISA::super_path($CLASS), the function
+Class::ISA::self_and_super_path($CLASS), the function
+Class::ISA::self_and_super_versions($CLASS)
 
-=item DUMPING OUT ALL THE NAME/VALUE PAIRS
+=item CAUTIONARY NOTES
 
-=back
+=item COPYRIGHT
 
-=item FETCHING ENVIRONMENT VARIABLES
+=item AUTHOR
 
-B<Accept()>, B<raw_cookie()>, B<user_agent()>, B<path_info()>,
-B<path_translated()>, B<remote_host()>, B<script_name()> Return the script
-name as a partial URL, for self-refering scripts, B<referer()>, B<auth_type
-()>, B<server_name ()>, B<virtual_host ()>, B<server_port ()>,
-B<server_software ()>, B<remote_user ()>, B<user_name ()>,
-B<request_method()>, B<content_type()>, B<http()>, B<https()>
+=back
 
-=item USING NPH SCRIPTS
+=head2 Class::Struct - declare struct-like datatypes as Perl classes
 
-In the B<use> statement, By calling the B<nph()> method:, By using B<-nph>
-parameters
+=over 4
 
-=item Server Push
+=item SYNOPSIS
 
-multipart_init(), multipart_start(), multipart_end(), multipart_final()
+=item DESCRIPTION
 
-=item Avoiding Denial of Service Attacks
+=over 4
 
-B<$CGI::POST_MAX>, B<$CGI::DISABLE_UPLOADS>, B<1. On a script-by-script
-basis>, B<2. Globally for all scripts>
+=item The C<struct()> function
 
-=item COMPATIBILITY WITH CGI-LIB.PL
+=item Class Creation at Compile Time
 
-=item AUTHOR INFORMATION
+=item Element Types and Accessor Methods
 
-=item CREDITS
+Scalar (C<'$'> or C<'*$'>), Array (C<'@'> or C<'*@'>), Hash (C<'%'> or
+C<'*%'>), Class (C<'Class_Name'> or C<'*Class_Name'>)
 
-Matt Heffron (heffron@falstaff.css.beckman.com), James Taylor
-(james.taylor@srs.gov), Scott Anguish <sanguish@digifix.com>, Mike Jewell
-(mlj3u@virginia.edu), Timothy Shimmin (tes@kbs.citri.edu.au), Joergen Haegg
-(jh@axis.se), Laurent Delfosse (delfosse@delfosse.com), Richard Resnick
-(applepi1@aol.com), Craig Bishop (csb@barwonwater.vic.gov.au), Tony Curtis
-(tc@vcpc.univie.ac.at), Tim Bunce (Tim.Bunce@ig.co.uk), Tom Christiansen
-(tchrist@convex.com), Andreas Koenig (k@franz.ww.TU-Berlin.DE), Tim
-MacKenzie (Tim.MacKenzie@fulcrum.com.au), Kevin B. Hendricks
-(kbhend@dogwood.tyler.wm.edu), Stephen Dahmen (joyfire@inxpress.net), Ed
-Jordan (ed@fidalgo.net), David Alan Pisoni (david@cnation.com), Doug
-MacEachern (dougm@opengroup.org), Robin Houston (robin@oneworld.org),
-...and many many more..
+=item Initializing with C<new>
 
-=item A COMPLETE EXAMPLE OF A SIMPLE FORM-BASED SCRIPT
+=back
 
-=item BUGS
+=item EXAMPLES
 
-=item SEE ALSO
+Example 1, Example 2, Example 3
+
+=item Author and Modification History
 
 =back
 
-=head2 CGI::Apache - Backward compatibility module for CGI.pm
+=head2 Config - access Perl configuration information
 
 =over 4
 
 =item SYNOPSIS
 
-=item ABSTRACT
-
 =item DESCRIPTION
 
-=item AUTHOR INFORMATION
+myconfig(), config_sh(), config_re($regex), config_vars(@names)
 
-=item BUGS
+=item EXAMPLE
 
-=item SEE ALSO
+=item WARNING
 
-=back
+=item GLOSSARY
+
+=over 4
+
+=item _
+
+C<_a>, C<_exe>, C<_o>
+
+=item a
+
+C<afs>, C<afsroot>, C<alignbytes>, C<ansi2knr>, C<aphostname>,
+C<api_revision>, C<api_subversion>, C<api_version>, C<api_versionstring>,
+C<ar>, C<archlib>, C<archlibexp>, C<archname64>, C<archname>, C<archobjs>,
+C<asctime_r_proto>, C<awk>
+
+=item b
+
+C<baserev>, C<bash>, C<bin>, C<binexp>, C<bison>, C<byacc>, C<byteorder>
+
+=item c
+
+C<c>, C<castflags>, C<cat>, C<cc>, C<cccdlflags>, C<ccdlflags>, C<ccflags>,
+C<ccflags_uselargefiles>, C<ccname>, C<ccsymbols>, C<ccversion>, C<cf_by>,
+C<cf_email>, C<cf_time>, C<charsize>, C<chgrp>, C<chmod>, C<chown>,
+C<clocktype>, C<comm>, C<compress>, C<contains>, C<cp>, C<cpio>, C<cpp>,
+C<cpp_stuff>, C<cppccsymbols>, C<cppflags>, C<cpplast>, C<cppminus>,
+C<cpprun>, C<cppstdin>, C<cppsymbols>, C<crypt_r_proto>, C<cryptlib>,
+C<csh>, C<ctermid_r_proto>, C<ctime_r_proto>
+
+=item d
+
+C<d__fwalk>, C<d_access>, C<d_accessx>, C<d_aintl>, C<d_alarm>,
+C<d_archlib>, C<d_asctime_r>, C<d_atolf>, C<d_atoll>, C<d_attribut>,
+C<d_bcmp>, C<d_bcopy>, C<d_bsd>, C<d_bsdgetpgrp>, C<d_bsdsetpgrp>,
+C<d_bzero>, C<d_casti32>, C<d_castneg>, C<d_charvspr>, C<d_chown>,
+C<d_chroot>, C<d_chsize>, C<d_class>, C<d_closedir>, C<d_cmsghdr_s>,
+C<d_const>, C<d_copysignl>, C<d_crypt>, C<d_crypt_r>, C<d_csh>,
+C<d_ctermid_r>, C<d_ctime_r>, C<d_cuserid>, C<d_dbl_dig>,
+C<d_dbminitproto>, C<d_difftime>, C<d_dirfd>, C<d_dirnamlen>, C<d_dlerror>,
+C<d_dlopen>, C<d_dlsymun>, C<d_dosuid>, C<d_drand48_r>, C<d_drand48proto>,
+C<d_dup2>, C<d_eaccess>, C<d_endgrent>, C<d_endgrent_r>, C<d_endhent>,
+C<d_endhostent_r>, C<d_endnent>, C<d_endnetent_r>, C<d_endpent>,
+C<d_endprotoent_r>, C<d_endpwent>, C<d_endpwent_r>, C<d_endsent>,
+C<d_endservent_r>, C<d_eofnblk>, C<d_eunice>, C<d_faststdio>, C<d_fchdir>,
+C<d_fchmod>, C<d_fchown>, C<d_fcntl>, C<d_fcntl_can_lock>, C<d_fd_macros>,
+C<d_fd_set>, C<d_fds_bits>, C<d_fgetpos>, C<d_finite>, C<d_finitel>,
+C<d_flexfnam>, C<d_flock>, C<d_flockproto>, C<d_fork>, C<d_fp_class>,
+C<d_fpathconf>, C<d_fpclass>, C<d_fpclassify>, C<d_fpclassl>,
+C<d_fpos64_t>, C<d_frexpl>, C<d_fs_data_s>, C<d_fseeko>, C<d_fsetpos>,
+C<d_fstatfs>, C<d_fstatvfs>, C<d_fsync>, C<d_ftello>, C<d_ftime>,
+C<d_Gconvert>, C<d_getcwd>, C<d_getespwnam>, C<d_getfsstat>, C<d_getgrent>,
+C<d_getgrent_r>, C<d_getgrgid_r>, C<d_getgrnam_r>, C<d_getgrps>,
+C<d_gethbyaddr>, C<d_gethbyname>, C<d_gethent>, C<d_gethname>,
+C<d_gethostbyaddr_r>, C<d_gethostbyname_r>, C<d_gethostent_r>,
+C<d_gethostprotos>, C<d_getitimer>, C<d_getlogin>, C<d_getlogin_r>,
+C<d_getmnt>, C<d_getmntent>, C<d_getnbyaddr>, C<d_getnbyname>,
+C<d_getnent>, C<d_getnetbyaddr_r>, C<d_getnetbyname_r>, C<d_getnetent_r>,
+C<d_getnetprotos>, C<d_getpagsz>, C<d_getpbyname>, C<d_getpbynumber>,
+C<d_getpent>, C<d_getpgid>, C<d_getpgrp2>, C<d_getpgrp>, C<d_getppid>,
+C<d_getprior>, C<d_getprotobyname_r>, C<d_getprotobynumber_r>,
+C<d_getprotoent_r>, C<d_getprotoprotos>, C<d_getprpwnam>, C<d_getpwent>,
+C<d_getpwent_r>, C<d_getpwnam_r>, C<d_getpwuid_r>, C<d_getsbyname>,
+C<d_getsbyport>, C<d_getsent>, C<d_getservbyname_r>, C<d_getservbyport_r>,
+C<d_getservent_r>, C<d_getservprotos>, C<d_getspnam>, C<d_getspnam_r>,
+C<d_gettimeod>, C<d_gmtime_r>, C<d_gnulibc>, C<d_grpasswd>, C<d_hasmntopt>,
+C<d_htonl>, C<d_ilogbl>, C<d_index>, C<d_inetaton>, C<d_int64_t>,
+C<d_isascii>, C<d_isfinite>, C<d_isinf>, C<d_isnan>, C<d_isnanl>,
+C<d_killpg>, C<d_lchown>, C<d_ldbl_dig>, C<d_link>, C<d_localtime_r>,
+C<d_locconv>, C<d_lockf>, C<d_longdbl>, C<d_longlong>, C<d_lseekproto>,
+C<d_lstat>, C<d_madvise>, C<d_mblen>, C<d_mbstowcs>, C<d_mbtowc>,
+C<d_memchr>, C<d_memcmp>, C<d_memcpy>, C<d_memmove>, C<d_memset>,
+C<d_mkdir>, C<d_mkdtemp>, C<d_mkfifo>, C<d_mkstemp>, C<d_mkstemps>,
+C<d_mktime>, C<d_mmap>, C<d_modfl>, C<d_modfl_pow32_bug>, C<d_modflproto>,
+C<d_mprotect>, C<d_msg>, C<d_msg_ctrunc>, C<d_msg_dontroute>, C<d_msg_oob>,
+C<d_msg_peek>, C<d_msg_proxy>, C<d_msgctl>, C<d_msgget>, C<d_msghdr_s>,
+C<d_msgrcv>, C<d_msgsnd>, C<d_msync>, C<d_munmap>, C<d_mymalloc>,
+C<d_nice>, C<d_nl_langinfo>, C<d_nv_preserves_uv>, C<d_off64_t>,
+C<d_old_pthread_create_joinable>, C<d_oldpthreads>, C<d_oldsock>,
+C<d_open3>, C<d_pathconf>, C<d_pause>, C<d_perl_otherlibdirs>,
+C<d_phostname>, C<d_pipe>, C<d_poll>, C<d_portable>, C<d_PRId64>,
+C<d_PRIeldbl>, C<d_PRIEUldbl>, C<d_PRIfldbl>, C<d_PRIFUldbl>,
+C<d_PRIgldbl>, C<d_PRIGUldbl>, C<d_PRIi64>, C<d_PRIo64>, C<d_PRIu64>,
+C<d_PRIx64>, C<d_PRIXU64>, C<d_procselfexe>, C<d_pthread_atfork>,
+C<d_pthread_attr_setscope>, C<d_pthread_yield>, C<d_pwage>, C<d_pwchange>,
+C<d_pwclass>, C<d_pwcomment>, C<d_pwexpire>, C<d_pwgecos>, C<d_pwpasswd>,
+C<d_pwquota>, C<d_qgcvt>, C<d_quad>, C<d_random_r>, C<d_readdir64_r>,
+C<d_readdir>, C<d_readdir_r>, C<d_readlink>, C<d_readv>, C<d_recvmsg>,
+C<d_rename>, C<d_rewinddir>, C<d_rmdir>, C<d_safebcpy>, C<d_safemcpy>,
+C<d_sanemcmp>, C<d_sbrkproto>, C<d_scalbnl>, C<d_sched_yield>,
+C<d_scm_rights>, C<d_SCNfldbl>, C<d_seekdir>, C<d_select>, C<d_sem>,
+C<d_semctl>, C<d_semctl_semid_ds>, C<d_semctl_semun>, C<d_semget>,
+C<d_semop>, C<d_sendmsg>, C<d_setegid>, C<d_seteuid>, C<d_setgrent>,
+C<d_setgrent_r>, C<d_setgrps>, C<d_sethent>, C<d_sethostent_r>,
+C<d_setitimer>, C<d_setlinebuf>, C<d_setlocale>, C<d_setlocale_r>,
+C<d_setnent>, C<d_setnetent_r>, C<d_setpent>, C<d_setpgid>, C<d_setpgrp2>,
+C<d_setpgrp>, C<d_setprior>, C<d_setproctitle>, C<d_setprotoent_r>,
+C<d_setpwent>, C<d_setpwent_r>, C<d_setregid>, C<d_setresgid>,
+C<d_setresuid>, C<d_setreuid>, C<d_setrgid>, C<d_setruid>, C<d_setsent>,
+C<d_setservent_r>, C<d_setsid>, C<d_setvbuf>, C<d_sfio>, C<d_shm>,
+C<d_shmat>, C<d_shmatprototype>, C<d_shmctl>, C<d_shmdt>, C<d_shmget>,
+C<d_sigaction>, C<d_sigprocmask>, C<d_sigsetjmp>, C<d_sockatmark>,
+C<d_sockatmarkproto>, C<d_socket>, C<d_socklen_t>, C<d_sockpair>,
+C<d_socks5_init>, C<d_sqrtl>, C<d_srand48_r>, C<d_srandom_r>,
+C<d_sresgproto>, C<d_sresuproto>, C<d_statblks>, C<d_statfs_f_flags>,
+C<d_statfs_s>, C<d_statvfs>, C<d_stdio_cnt_lval>, C<d_stdio_ptr_lval>,
+C<d_stdio_ptr_lval_nochange_cnt>, C<d_stdio_ptr_lval_sets_cnt>,
+C<d_stdio_stream_array>, C<d_stdiobase>, C<d_stdstdio>, C<d_strchr>,
+C<d_strcoll>, C<d_strctcpy>, C<d_strerrm>, C<d_strerror>, C<d_strerror_r>,
+C<d_strftime>, C<d_strlcat>, C<d_strlcpy>, C<d_strtod>, C<d_strtol>,
+C<d_strtold>, C<d_strtoll>, C<d_strtoq>, C<d_strtoul>, C<d_strtoull>,
+C<d_strtouq>, C<d_strxfrm>, C<d_suidsafe>, C<d_symlink>, C<d_syscall>,
+C<d_syscallproto>, C<d_sysconf>, C<d_sysernlst>, C<d_syserrlst>,
+C<d_system>, C<d_tcgetpgrp>, C<d_tcsetpgrp>, C<d_telldir>,
+C<d_telldirproto>, C<d_time>, C<d_times>, C<d_tm_tm_gmtoff>,
+C<d_tm_tm_zone>, C<d_tmpnam_r>, C<d_truncate>, C<d_ttyname_r>, C<d_tzname>,
+C<d_u32align>, C<d_ualarm>, C<d_umask>, C<d_uname>, C<d_union_semun>,
+C<d_unordered>, C<d_usleep>, C<d_usleepproto>, C<d_ustat>, C<d_vendorarch>,
+C<d_vendorbin>, C<d_vendorlib>, C<d_vendorscript>, C<d_vfork>,
+C<d_void_closedir>, C<d_voidsig>, C<d_voidtty>, C<d_volatile>,
+C<d_vprintf>, C<d_wait4>, C<d_waitpid>, C<d_wcstombs>, C<d_wctomb>,
+C<d_writev>, C<d_xenix>, C<date>, C<db_hashtype>, C<db_prefixtype>,
+C<db_version_major>, C<db_version_minor>, C<db_version_patch>,
+C<defvoidused>, C<direntrytype>, C<dlext>, C<dlsrc>, C<doublesize>,
+C<drand01>, C<drand48_r_proto>, C<dynamic_ext>
+
+=item e
+
+C<eagain>, C<ebcdic>, C<echo>, C<egrep>, C<emacs>, C<endgrent_r_proto>,
+C<endhostent_r_proto>, C<endnetent_r_proto>, C<endprotoent_r_proto>,
+C<endpwent_r_proto>, C<endservent_r_proto>, C<eunicefix>, C<exe_ext>,
+C<expr>, C<extensions>, C<extras>
+
+=item f
+
+C<fflushall>, C<fflushNULL>, C<find>, C<firstmakefile>, C<flex>,
+C<fpossize>, C<fpostype>, C<freetype>, C<from>, C<full_ar>, C<full_csh>,
+C<full_sed>
+
+=item g
+
+C<gccansipedantic>, C<gccosandvers>, C<gccversion>, C<getgrent_r_proto>,
+C<getgrgid_r_proto>, C<getgrnam_r_proto>, C<gethostbyaddr_r_proto>,
+C<gethostbyname_r_proto>, C<gethostent_r_proto>, C<getlogin_r_proto>,
+C<getnetbyaddr_r_proto>, C<getnetbyname_r_proto>, C<getnetent_r_proto>,
+C<getprotobyname_r_proto>, C<getprotobynumber_r_proto>,
+C<getprotoent_r_proto>, C<getpwent_r_proto>, C<getpwnam_r_proto>,
+C<getpwuid_r_proto>, C<getservbyname_r_proto>, C<getservbyport_r_proto>,
+C<getservent_r_proto>, C<getspnam_r_proto>, C<gidformat>, C<gidsign>,
+C<gidsize>, C<gidtype>, C<glibpth>, C<gmake>, C<gmtime_r_proto>,
+C<gnulibc_version>, C<grep>, C<groupcat>, C<groupstype>, C<gzip>
+
+=item h
+
+C<h_fcntl>, C<h_sysfile>, C<hint>, C<hostcat>, C<html1dir>, C<html1direxp>,
+C<html3dir>, C<html3direxp>
+
+=item i
+
+C<i16size>, C<i16type>, C<i32size>, C<i32type>, C<i64size>, C<i64type>,
+C<i8size>, C<i8type>, C<i_arpainet>, C<i_bsdioctl>, C<i_crypt>, C<i_db>,
+C<i_dbm>, C<i_dirent>, C<i_dld>, C<i_dlfcn>, C<i_fcntl>, C<i_float>,
+C<i_fp>, C<i_fp_class>, C<i_gdbm>, C<i_grp>, C<i_ieeefp>, C<i_inttypes>,
+C<i_langinfo>, C<i_libutil>, C<i_limits>, C<i_locale>, C<i_machcthr>,
+C<i_malloc>, C<i_math>, C<i_memory>, C<i_mntent>, C<i_ndbm>, C<i_netdb>,
+C<i_neterrno>, C<i_netinettcp>, C<i_niin>, C<i_poll>, C<i_prot>,
+C<i_pthread>, C<i_pwd>, C<i_rpcsvcdbm>, C<i_sfio>, C<i_sgtty>, C<i_shadow>,
+C<i_socks>, C<i_stdarg>, C<i_stddef>, C<i_stdlib>, C<i_string>,
+C<i_sunmath>, C<i_sysaccess>, C<i_sysdir>, C<i_sysfile>, C<i_sysfilio>,
+C<i_sysin>, C<i_sysioctl>, C<i_syslog>, C<i_sysmman>, C<i_sysmode>,
+C<i_sysmount>, C<i_sysndir>, C<i_sysparam>, C<i_sysresrc>, C<i_syssecrt>,
+C<i_sysselct>, C<i_syssockio>, C<i_sysstat>, C<i_sysstatfs>,
+C<i_sysstatvfs>, C<i_systime>, C<i_systimek>, C<i_systimes>, C<i_systypes>,
+C<i_sysuio>, C<i_sysun>, C<i_sysutsname>, C<i_sysvfs>, C<i_syswait>,
+C<i_termio>, C<i_termios>, C<i_time>, C<i_unistd>, C<i_ustat>, C<i_utime>,
+C<i_values>, C<i_varargs>, C<i_varhdr>, C<i_vfork>,
+C<ignore_versioned_solibs>, C<inc_version_list>, C<inc_version_list_init>,
+C<incpath>, C<inews>, C<installarchlib>, C<installbin>, C<installhtml1dir>,
+C<installhtml3dir>, C<installman1dir>, C<installman3dir>, C<installprefix>,
+C<installprefixexp>, C<installprivlib>, C<installscript>,
+C<installsitearch>, C<installsitebin>, C<installsitehtml1dir>,
+C<installsitehtml3dir>, C<installsitelib>, C<installsiteman1dir>,
+C<installsiteman3dir>, C<installsitescript>, C<installstyle>,
+C<installusrbinperl>, C<installvendorarch>, C<installvendorbin>,
+C<installvendorhtml1dir>, C<installvendorhtml3dir>, C<installvendorlib>,
+C<installvendorman1dir>, C<installvendorman3dir>, C<installvendorscript>,
+C<intsize>, C<issymlink>, C<ivdformat>, C<ivsize>, C<ivtype>
+
+=item k
+
+C<known_extensions>, C<ksh>
+
+=item l
+
+C<ld>, C<lddlflags>, C<ldflags>, C<ldflags_uselargefiles>, C<ldlibpthname>,
+C<less>, C<lib_ext>, C<libc>, C<libperl>, C<libpth>, C<libs>, C<libsdirs>,
+C<libsfiles>, C<libsfound>, C<libspath>, C<libswanted>,
+C<libswanted_uselargefiles>, C<line>, C<lint>, C<lkflags>, C<ln>, C<lns>,
+C<localtime_r_proto>, C<locincpth>, C<loclibpth>, C<longdblsize>,
+C<longlongsize>, C<longsize>, C<lp>, C<lpr>, C<ls>, C<lseeksize>,
+C<lseektype>
+
+=item m
+
+C<mail>, C<mailx>, C<make>, C<make_set_make>, C<mallocobj>, C<mallocsrc>,
+C<malloctype>, C<man1dir>, C<man1direxp>, C<man1ext>, C<man3dir>,
+C<man3direxp>, C<man3ext>
+
+=item M
+
+C<Mcc>, C<mips_type>, C<mistrustnm>, C<mkdir>, C<mmaptype>, C<modetype>,
+C<more>, C<multiarch>, C<mv>, C<myarchname>, C<mydomain>, C<myhostname>,
+C<myuname>
+
+=item n
+
+C<n>, C<need_va_copy>, C<netdb_hlen_type>, C<netdb_host_type>,
+C<netdb_name_type>, C<netdb_net_type>, C<nm>, C<nm_opt>, C<nm_so_opt>,
+C<nonxs_ext>, C<nroff>, C<nv_preserves_uv_bits>, C<nveformat>,
+C<nvEUformat>, C<nvfformat>, C<nvFUformat>, C<nvgformat>, C<nvGUformat>,
+C<nvsize>, C<nvtype>
+
+=item o
+
+C<o_nonblock>, C<obj_ext>, C<old_pthread_create_joinable>, C<optimize>,
+C<orderlib>, C<osname>, C<osvers>, C<otherlibdirs>
+
+=item p
+
+C<package>, C<pager>, C<passcat>, C<patchlevel>, C<path_sep>, C<perl5>,
+C<perl>, C<perl_patchlevel>
+
+=item P
+
+C<PERL_REVISION>, C<PERL_SUBVERSION>, C<PERL_VERSION>, C<perladmin>,
+C<perllibs>, C<perlpath>, C<pg>, C<phostname>, C<pidtype>, C<plibpth>,
+C<pmake>, C<pr>, C<prefix>, C<prefixexp>, C<privlib>, C<privlibexp>,
+C<procselfexe>, C<prototype>, C<ptrsize>
+
+=item q
+
+C<quadkind>, C<quadtype>
+
+=item r
+
+C<randbits>, C<randfunc>, C<random_r_proto>, C<randseedtype>, C<ranlib>,
+C<rd_nodata>, C<readdir64_r_proto>, C<readdir_r_proto>, C<revision>, C<rm>,
+C<rmail>, C<run>, C<runnm>
 
-=head2 CGI::Carp, B<CGI::Carp> - CGI routines for writing to the HTTPD (or
-other) error log
+=item s
 
-=over 4
+C<sched_yield>, C<scriptdir>, C<scriptdirexp>, C<sed>, C<seedfunc>,
+C<selectminbits>, C<selecttype>, C<sendmail>, C<setgrent_r_proto>,
+C<sethostent_r_proto>, C<setlocale_r_proto>, C<setnetent_r_proto>,
+C<setprotoent_r_proto>, C<setpwent_r_proto>, C<setservent_r_proto>, C<sh>,
+C<shar>, C<sharpbang>, C<shmattype>, C<shortsize>, C<shrpenv>, C<shsharp>,
+C<sig_count>, C<sig_name>, C<sig_name_init>, C<sig_num>, C<sig_num_init>,
+C<sig_size>, C<signal_t>, C<sitearch>, C<sitearchexp>, C<sitebin>,
+C<sitebinexp>, C<sitehtml1dir>, C<sitehtml1direxp>, C<sitehtml3dir>,
+C<sitehtml3direxp>, C<sitelib>, C<sitelib_stem>, C<sitelibexp>,
+C<siteman1dir>, C<siteman1direxp>, C<siteman3dir>, C<siteman3direxp>,
+C<siteprefix>, C<siteprefixexp>, C<sitescript>, C<sitescriptexp>,
+C<sizesize>, C<sizetype>, C<sleep>, C<smail>, C<so>, C<sockethdr>,
+C<socketlib>, C<socksizetype>, C<sort>, C<spackage>, C<spitshell>,
+C<sPRId64>, C<sPRIeldbl>, C<sPRIEUldbl>, C<sPRIfldbl>, C<sPRIFUldbl>,
+C<sPRIgldbl>, C<sPRIGUldbl>, C<sPRIi64>, C<sPRIo64>, C<sPRIu64>,
+C<sPRIx64>, C<sPRIXU64>, C<srand48_r_proto>, C<srandom_r_proto>, C<src>,
+C<sSCNfldbl>, C<ssizetype>, C<startperl>, C<startsh>, C<static_ext>,
+C<stdchar>, C<stdio_base>, C<stdio_bufsiz>, C<stdio_cnt>, C<stdio_filbuf>,
+C<stdio_ptr>, C<stdio_stream_array>, C<strerror_r_proto>, C<strings>,
+C<submit>, C<subversion>, C<sysman>
 
-=item SYNOPSIS
+=item t
 
-=item DESCRIPTION
+C<tail>, C<tar>, C<targetarch>, C<tbl>, C<tee>, C<test>, C<timeincl>,
+C<timetype>, C<tmpnam_r_proto>, C<to>, C<touch>, C<tr>, C<trnl>, C<troff>,
+C<ttyname_r_proto>
 
-=item REDIRECTING ERROR MESSAGES
+=item u
 
-=item MAKING PERL ERRORS APPEAR IN THE BROWSER WINDOW
+C<u16size>, C<u16type>, C<u32size>, C<u32type>, C<u64size>, C<u64type>,
+C<u8size>, C<u8type>, C<uidformat>, C<uidsign>, C<uidsize>, C<uidtype>,
+C<uname>, C<uniq>, C<uquadtype>, C<use5005threads>, C<use64bitall>,
+C<use64bitint>, C<usecrosscompile>, C<usedl>, C<usefaststdio>,
+C<useithreads>, C<uselargefiles>, C<uselongdouble>, C<usemallocwrap>,
+C<usemorebits>, C<usemultiplicity>, C<usemymalloc>, C<usenm>, C<useopcode>,
+C<useperlio>, C<useposix>, C<usereentrant>, C<userelocatableinc>,
+C<usesfio>, C<useshrplib>, C<usesocks>, C<usethreads>, C<usevendorprefix>,
+C<usevfork>, C<usrinc>, C<uuname>, C<uvoformat>, C<uvsize>, C<uvtype>,
+C<uvuformat>, C<uvxformat>, C<uvXUformat>
 
-=over 4
+=item v
 
-=item Changing the default message
+C<vendorarch>, C<vendorarchexp>, C<vendorbin>, C<vendorbinexp>,
+C<vendorhtml1dir>, C<vendorhtml1direxp>, C<vendorhtml3dir>,
+C<vendorhtml3direxp>, C<vendorlib>, C<vendorlib_stem>, C<vendorlibexp>,
+C<vendorman1dir>, C<vendorman1direxp>, C<vendorman3dir>,
+C<vendorman3direxp>, C<vendorprefix>, C<vendorprefixexp>, C<vendorscript>,
+C<vendorscriptexp>, C<version>, C<version_patchlevel_string>,
+C<versiononly>, C<vi>, C<voidflags>
 
-=back
+=item x
 
-=item MAKING WARNINGS APPEAR AS HTML COMMENTS
+C<xlibpth>
 
-=item OVERRIDING THE NAME OF THE PROGRAM
+=item y
 
-=item AUTHORS
+C<yacc>, C<yaccflags>
 
-=item SEE ALSO
+=item z
+
+C<zcat>, C<zip>
 
 =back
 
-=head2 CGI::Cookie - Interface to Netscape Cookies
+=item NOTE
+
+=back
 
 =over 4
 
@@ -9230,33 +11972,45 @@ other) error log
 
 =item DESCRIPTION
 
-=item USING CGI::Cookie
+dynamic, nonxs, static
 
-B<1. expiration date>, B<2. domain>, B<3. path>, B<4. secure flag>
+=item AUTHOR
+
+=back
+
+=head2 Cwd - get pathname of current working directory
 
 =over 4
 
-=item Creating New Cookies
+=item SYNOPSIS
 
-=item Sending the Cookie to the Browser
+=item DESCRIPTION
 
-=item Recovering Previous Cookies
+=over 4
 
-=item Manipulating Cookies
+=item getcwd and friends
 
-B<name()>, B<value()>, B<domain()>, B<path()>, B<expires()>
+getcwd, cwd, fastcwd, fastgetcwd, getdcwd
+
+=item abs_path and friends
+
+abs_path, realpath, fast_abs_path
+
+=item $ENV{PWD}
 
 =back
 
-=item AUTHOR INFORMATION
+=item NOTES
 
-=item BUGS
+=item AUTHOR
 
 =item SEE ALSO
 
 =back
 
-=head2 CGI::Fast - CGI Interface for Fast CGI
+=head2 DB - programmatic interface to the Perl debugging API (draft,
+subject to
+change)
 
 =over 4
 
@@ -9264,29 +12018,34 @@ B<name()>, B<value()>, B<domain()>, B<path()>, B<expires()>
 
 =item DESCRIPTION
 
-=item OTHER PIECES OF THE PUZZLE
+=over 4
 
-=item WRITING FASTCGI PERL SCRIPTS
+=item Global Variables
 
-=item INSTALLING FASTCGI SCRIPTS
+ $DB::sub,  %DB::sub,  $DB::single,  $DB::signal,  $DB::trace, @DB::args, 
+@DB::dbline,  %DB::dbline,  $DB::package,  $DB::filename,  $DB::subname, 
+$DB::lineno
 
-=item USING FASTCGI SCRIPTS AS CGI SCRIPTS
+=item API Methods
 
-=item EXTERNAL FASTCGI SERVER INVOCATION
+CLIENT->register(), CLIENT->evalcode(STRING), CLIENT->skippkg('D::hide'),
+CLIENT->run(), CLIENT->step(), CLIENT->next(), CLIENT->done()
 
-FCGI_SOCKET_PATH, FCGI_LISTEN_QUEUE
+=item Client Callback Methods
 
-=item CAVEATS
+CLIENT->init(), CLIENT->prestop([STRING]), CLIENT->stop(), CLIENT->idle(),
+CLIENT->poststop([STRING]), CLIENT->evalcode(STRING), CLIENT->cleanup(),
+CLIENT->output(LIST)
 
-=item AUTHOR INFORMATION
+=back
 
 =item BUGS
 
-=item SEE ALSO
+=item AUTHOR
 
 =back
 
-=head2 CGI::Pretty - module to produce nicely formatted HTML code
+=head2 DBM_Filter -- Filter DBM keys/values 
 
 =over 4
 
@@ -9294,205 +12053,204 @@ FCGI_SOCKET_PATH, FCGI_LISTEN_QUEUE
 
 =item DESCRIPTION
 
-=over 4
+=item What is a DBM Filter?
 
-=item Tags that won't be formatted
+=over 4
 
-=item Customizing the Indenting
+=item So what's new?
 
 =back
 
-=item BUGS
+=item METHODS
 
-=item AUTHOR
+=over 4
 
-=item SEE ALSO
+=item $db->Filter_Push()
 
-=back
+=item $db->Filter_Key_Push()
 
-=head2 CGI::Push - Simple Interface to Server Push
+=item $db->Filter_Value_Push()
 
-=over 4
+Filter_Push, Filter_Key_Push, Filter_Value_Push
 
-=item SYNOPSIS
+=item $db->Filter_Pop()
 
-=item DESCRIPTION
+=item $db->Filtered()
 
-=item USING CGI::Push
+=back
 
--next_page, -last_page, -type, -delay, -cookie, -target, -expires, -nph
+=item Writing a Filter
 
 =over 4
 
-=item Heterogeneous Pages
+=item Immediate Filters
 
-=item Changing the Page Delay on the Fly
+=item Canned Filters
+
+"name", params
 
 =back
 
-=item INSTALLING CGI::Push SCRIPTS
+=item Filters Included
 
-=item AUTHOR INFORMATION
+utf8, encode, compress, int32, null
 
-=item BUGS
+=item NOTES
+
+=over 4
+
+=item Maintain Round Trip Integrity
+
+=item Don't mix filtered & non-filtered data in the same database file. 
+
+=back
+
+=item EXAMPLE
 
 =item SEE ALSO
 
+=item AUTHOR
+
 =back
 
-=head2 CGI::Switch - Backward compatibility module for defunct CGI::Switch
+=head2 DB_File - Perl5 access to Berkeley DB version 1.x
 
 =over 4
 
 =item SYNOPSIS
 
-=item ABSTRACT
-
 =item DESCRIPTION
 
-=item AUTHOR INFORMATION
+B<DB_HASH>, B<DB_BTREE>, B<DB_RECNO>
 
-=item BUGS
+=over 4
 
-=item SEE ALSO
+=item Using DB_File with Berkeley DB version 2 or greater
 
-=back
+=item Interface to Berkeley DB
 
-=head2 CGI::Util - Internal utilities used by CGI module
+=item Opening a Berkeley DB Database File
 
-=over 4
+=item Default Parameters
 
-=item SYNOPSIS
+=item In Memory Databases
 
-=item DESCRIPTION
+=back
 
-=item AUTHOR INFORMATION
+=item DB_HASH
 
-=item SEE ALSO
+=over 4
+
+=item A Simple Example
 
 =back
 
-=head2 CPAN - query, download and build perl modules from CPAN sites
+=item DB_BTREE
 
 =over 4
 
-=item SYNOPSIS
+=item Changing the BTREE sort order
 
-=item STATUS
+=item Handling Duplicate Keys 
+
+=item The get_dup() Method
+
+=item The find_dup() Method
+
+=item The del_dup() Method
 
-=item DESCRIPTION
+=item Matching Partial Keys 
 
-=over 4
+=back
 
-=item Interactive Mode
+=item DB_RECNO
 
-Searching for authors, bundles, distribution files and modules, make, test,
-install, clean modules or distributions, get, readme, look module or
-distribution, ls author, Signals
+=over 4
 
-=item CPAN::Shell
+=item The 'bval' Option
 
-=item autobundle
+=item A Simple Example
 
-=item recompile
+=item Extra RECNO Methods
 
-=item The four C<CPAN::*> Classes: Author, Bundle, Module, Distribution
+B<$X-E<gt>push(list) ;>, B<$value = $X-E<gt>pop ;>, B<$X-E<gt>shift>,
+B<$X-E<gt>unshift(list) ;>, B<$X-E<gt>length>, B<$X-E<gt>splice(offset,
+length, elements);>
 
-=item Programmer's interface
+=item Another Example
 
-expand($type,@things), expandany(@things), Programming Examples
+=back
 
-=item Methods in the other Classes
+=item THE API INTERFACE
 
-CPAN::Author::as_glimpse(), CPAN::Author::as_string(),
-CPAN::Author::email(), CPAN::Author::fullname(), CPAN::Author::name(),
-CPAN::Bundle::as_glimpse(), CPAN::Bundle::as_string(),
-CPAN::Bundle::clean(), CPAN::Bundle::contains(),
-CPAN::Bundle::force($method,@args), CPAN::Bundle::get(),
-CPAN::Bundle::inst_file(), CPAN::Bundle::inst_version(),
-CPAN::Bundle::uptodate(), CPAN::Bundle::install(), CPAN::Bundle::make(),
-CPAN::Bundle::readme(), CPAN::Bundle::test(),
-CPAN::Distribution::as_glimpse(), CPAN::Distribution::as_string(),
-CPAN::Distribution::clean(), CPAN::Distribution::containsmods(),
-CPAN::Distribution::cvs_import(), CPAN::Distribution::dir(),
-CPAN::Distribution::force($method,@args), CPAN::Distribution::get(),
-CPAN::Distribution::install(), CPAN::Distribution::isa_perl(),
-CPAN::Distribution::look(), CPAN::Distribution::make(),
-CPAN::Distribution::prereq_pm(), CPAN::Distribution::readme(),
-CPAN::Distribution::test(), CPAN::Distribution::uptodate(),
-CPAN::Index::force_reload(), CPAN::Index::reload(), CPAN::InfoObj::dump(),
-CPAN::Module::as_glimpse(), CPAN::Module::as_string(),
-CPAN::Module::clean(), CPAN::Module::cpan_file(),
-CPAN::Module::cpan_version(), CPAN::Module::cvs_import(),
-CPAN::Module::description(), CPAN::Module::force($method,@args),
-CPAN::Module::get(), CPAN::Module::inst_file(),
-CPAN::Module::inst_version(), CPAN::Module::install(),
-CPAN::Module::look(), CPAN::Module::make(),
-CPAN::Module::manpage_headline(), CPAN::Module::readme(),
-CPAN::Module::test(), CPAN::Module::uptodate(), CPAN::Module::userid()
+B<$status = $X-E<gt>get($key, $value [, $flags]) ;>, B<$status =
+$X-E<gt>put($key, $value [, $flags]) ;>, B<$status = $X-E<gt>del($key [,
+$flags]) ;>, B<$status = $X-E<gt>fd ;>, B<$status = $X-E<gt>seq($key,
+$value, $flags) ;>, B<$status = $X-E<gt>sync([$flags]) ;>
 
-=item Cache Manager
+=item DBM FILTERS
 
-=item Bundles
+B<filter_store_key>, B<filter_store_value>, B<filter_fetch_key>,
+B<filter_fetch_value>
 
-=item Prerequisites
+=over 4
 
-=item Finding packages and VERSION
+=item The Filter
 
-=item Debugging
+=item An Example -- the NULL termination problem.
 
-=item Floppy, Zip, Offline Mode
+=item Another Example -- Key is a C int.
 
 =back
 
-=item CONFIGURATION
-
-C<o conf E<lt>scalar optionE<gt>>, C<o conf E<lt>scalar optionE<gt>
-E<lt>valueE<gt>>, C<o conf E<lt>list optionE<gt>>, C<o conf E<lt>list
-optionE<gt> [shift|pop]>, C<o conf E<lt>list optionE<gt>
-[unshift|push|splice] E<lt>listE<gt>>
+=item HINTS AND TIPS 
 
 =over 4
 
-=item Note on urllist parameter's format
+=item Locking: The Trouble with fd
 
-=item urllist parameter has CD-ROM support
+=item Safe ways to lock a database
 
-=back
+B<Tie::DB_Lock>, B<Tie::DB_LockFile>, B<DB_File::Lock>
 
-=item SECURITY
+=item Sharing Databases With C Applications
 
-=item EXPORT
+=item The untie() Gotcha
 
-=item POPULATE AN INSTALLATION WITH LOTS OF MODULES
+=back
 
-=item WORKING WITH CPAN.pm BEHIND FIREWALLS
+=item COMMON QUESTIONS
 
 =over 4
 
-=item Three basic types of firewalls
+=item Why is there Perl source in my database?
 
-http firewall, ftp firewall, One way visibility, SOCKS, IP Masquerade
+=item How do I store complex data structures with DB_File?
 
-=item Configuring lynx or ncftp for going through a firewall
+=item What does "Invalid Argument" mean?
+
+=item What does "Bareword 'DB_File' not allowed" mean? 
 
 =back
 
-=item FAQ
+=item REFERENCES
 
-1), 2), 3), 4), 5), 6), 7), 8), 9), 10)
+=item HISTORY
 
 =item BUGS
 
-=item AUTHOR
+=item AVAILABILITY
 
-=item TRANSLATIONS
+=item COPYRIGHT
 
 =item SEE ALSO
 
+=item AUTHOR
+
 =back
 
-=head2 CPAN::FirstTime - Utility for CPAN::Config file Initialization
+=head2 Data::Dumper - stringified perl data structures, suitable for both
+printing and C<eval>
 
 =over 4
 
@@ -9500,42 +12258,46 @@ http firewall, ftp firewall, One way visibility, SOCKS, IP Masquerade
 
 =item DESCRIPTION
 
-=back
+=over 4
 
-=head2 CPANox, CPAN::Nox - Wrapper around CPAN.pm without using any XS
-module
+=item Methods
 
-=over 4
+I<PACKAGE>->new(I<ARRAYREF [>, I<ARRAYREF]>), I<$OBJ>->Dump  I<or> 
+I<PACKAGE>->Dump(I<ARRAYREF [>, I<ARRAYREF]>), I<$OBJ>->Seen(I<[HASHREF]>),
+I<$OBJ>->Values(I<[ARRAYREF]>), I<$OBJ>->Names(I<[ARRAYREF]>),
+I<$OBJ>->Reset
 
-=item SYNOPSIS
+=item Functions
 
-=item DESCRIPTION
+Dumper(I<LIST>)
 
-=item  SEE ALSO
+=item Configuration Variables or Methods
 
-=back
+=item Exports
 
-=head2 Carp, carp    - warn of errors (from perspective of caller)
+Dumper
 
-=over 4
+=back
 
-=item SYNOPSIS
+=item EXAMPLES
 
-=item DESCRIPTION
+=item BUGS
 
 =over 4
 
-=item Forcing a Stack Trace
+=item NOTE
 
 =back
 
-=item BUGS
+=item AUTHOR
 
-=back
+=item VERSION
+
+=item SEE ALSO
 
-=head2 Carp::Heavy, Carp heavy machinery - no user serviceable parts inside
+=back
 
-=head2 Class::ISA -- report the search path for a class's ISA tree
+=head2 Devel::DProf - a Perl code profiler
 
 =over 4
 
@@ -9543,21 +12305,19 @@ module
 
 =item DESCRIPTION
 
-=item FUNCTIONS
+=item PROFILE FORMAT
 
-the function Class::ISA::super_path($CLASS), the function
-Class::ISA::self_and_super_path($CLASS), the function
-Class::ISA::self_and_super_versions($CLASS)
+=item AUTOLOAD
 
-=item CAUTIONARY NOTES
+=item ENVIRONMENT
 
-=item COPYRIGHT
+=item BUGS
 
-=item AUTHOR
+=item SEE ALSO
 
 =back
 
-=head2 Class::Struct - declare struct-like datatypes as Perl classes
+=head2 Devel::PPPort - Perl/Pollution/Portability
 
 =over 4
 
@@ -9567,58 +12327,51 @@ Class::ISA::self_and_super_versions($CLASS)
 
 =over 4
 
-=item The C<struct()> function
-
-=item Class Creation at Compile Time
+=item Why use ppport.h?
 
-=item Element Types and Accessor Methods
+You should use F<ppport.h> in modern code so that your code will work
+with the widest range of Perl interpreters possible, without significant
+additional work.
 
-Scalar (C<'$'> or C<'*$'>), Array (C<'@'> or C<'*@'>), Hash (C<'%'> or
-C<'*%'>), Class (C<'Class_Name'> or C<'*Class_Name'>)
+=item How to use ppport.h
 
-=item Initializing with C<new>
+=item Running ppport.h
 
 =back
 
-=item EXAMPLES
+=item FUNCTIONS
 
-Example 1, Example 2, Example 3
+=over 4
 
-=item Author and Modification History
+=item WriteFile
 
 =back
 
-=head2 Cwd - get pathname of current working directory
-
-=over 4
-
-=item SYNOPSIS
-
-=item DESCRIPTION
+=item COMPATIBILITY
 
 =over 4
 
-=item getcwd and friends
+=item Provided Perl compatibility API
 
-getcwd, cwd, fastcwd, fastgetcwd
+=item Perl API not supported by ppport.h
 
-=item abs_path and friends
+perl 5.9.2, perl 5.9.1, perl 5.9.0, perl 5.8.3, perl 5.8.1, perl 5.8.0,
+perl 5.7.3, perl 5.7.2, perl 5.7.1, perl 5.6.1, perl 5.6.0, perl 5.005_03,
+perl 5.005, perl 5.004_05, perl 5.004_04, perl 5.004
 
-abs_path, realpath, fast_abs_path
+=back
 
-=item $ENV{PWD}
+=item BUGS
 
-=back
+=item AUTHORS
 
-=item NOTES
+=item COPYRIGHT
 
 =item SEE ALSO
 
 =back
 
-=head2 DB - programmatic interface to the Perl debugging API (draft,
-subject to
-change)
+=head2 Devel::Peek - A data debugging tool for the XS programmer
 
 =over 4
 
@@ -9628,169 +12381,180 @@ change)
 
 =over 4
 
-=item Global Variables
-
- $DB::sub,  %DB::sub,  $DB::single,  $DB::signal,  $DB::trace, @DB::args, 
-@DB::dbline,  %DB::dbline,  $DB::package,  $DB::filename,  $DB::subname, 
-$DB::lineno
-
-=item API Methods
+=item Runtime debugging
 
-CLIENT->register(), CLIENT->evalcode(STRING), CLIENT->skippkg('D::hide'),
-CLIENT->run(), CLIENT->step(), CLIENT->next(), CLIENT->done()
+=item Memory footprint debugging
 
-=item Client Callback Methods
+=back
 
-CLIENT->init(), CLIENT->prestop([STRING]), CLIENT->stop(), CLIENT->idle(),
-CLIENT->poststop([STRING]), CLIENT->evalcode(STRING), CLIENT->cleanup(),
-CLIENT->output(LIST)
+=item EXAMPLES
 
-=back
+=over 4
 
-=item BUGS
+=item A simple scalar string
 
-=item AUTHOR
+=item A simple scalar number
 
-=back
+=item A simple scalar with an extra reference
 
-=head2 DB_File - Perl5 access to Berkeley DB version 1.x
+=item A reference to a simple scalar
 
-=over 4
+=item A reference to an array
 
-=item SYNOPSIS
+=item A reference to a hash
 
-=item DESCRIPTION
+=item Dumping a large array or hash
 
-B<DB_HASH>, B<DB_BTREE>, B<DB_RECNO>
+=item A reference to an SV which holds a C pointer
 
-=over 4
+=item A reference to a subroutine
 
-=item Using DB_File with Berkeley DB version 2 or greater
+=back
 
-=item Interface to Berkeley DB
+=item EXPORTS
 
-=item Opening a Berkeley DB Database File
+=item BUGS
 
-=item Default Parameters
+=item AUTHOR
 
-=item In Memory Databases
+=item SEE ALSO
 
 =back
 
-=item DB_HASH
+=head2 Devel::SelfStubber - generate stubs for a SelfLoading module
 
 =over 4
 
-=item A Simple Example
+=item SYNOPSIS
+
+=item DESCRIPTION
 
 =back
 
-=item DB_BTREE
+=head2 Digest - Modules that calculate message digests
 
 =over 4
 
-=item Changing the BTREE sort order
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+I<binary>, I<hex>, I<base64>
 
-=item Handling Duplicate Keys 
+=item OO INTERFACE
 
-=item The get_dup() Method
+$ctx = Digest->XXX($arg,...), $ctx = Digest->new(XXX => $arg,...), $ctx =
+Digest::XXX->new($arg,...), $other_ctx = $ctx->clone, $ctx->reset,
+$ctx->add( $data, ... ), $ctx->addfile( $io_handle ), $ctx->add_bits(
+$data, $nbits ), $ctx->add_bits( $bitstring ), $ctx->digest,
+$ctx->hexdigest, $ctx->b64digest
 
-=item The find_dup() Method
+=item Digest speed
 
-=item The del_dup() Method
+=item SEE ALSO
 
-=item Matching Partial Keys 
+=item AUTHOR
 
 =back
 
-=item DB_RECNO
+=head2 Digest::MD5 - Perl interface to the MD5 Algorithm
 
 =over 4
 
-=item The 'bval' Option
+=item SYNOPSIS
 
-=item A Simple Example
+=item DESCRIPTION
 
-=item Extra RECNO Methods
+=item FUNCTIONS
 
-B<$X-E<gt>push(list) ;>, B<$value = $X-E<gt>pop ;>, B<$X-E<gt>shift>,
-B<$X-E<gt>unshift(list) ;>, B<$X-E<gt>length>, B<$X-E<gt>splice(offset,
-length, elements);>
+md5($data,...), md5_hex($data,...), md5_base64($data,...)
 
-=item Another Example
+=item METHODS
 
-=back
+$md5 = Digest::MD5->new, $md5->reset, $md5->clone, $md5->add($data,...),
+$md5->addfile($io_handle), $md5->add_bits($data, $nbits),
+$md5->add_bits($bitstring), $md5->digest, $md5->hexdigest, $md5->b64digest
 
-=item THE API INTERFACE
+=item EXAMPLES
 
-B<$status = $X-E<gt>get($key, $value [, $flags]) ;>, B<$status =
-$X-E<gt>put($key, $value [, $flags]) ;>, B<$status = $X-E<gt>del($key [,
-$flags]) ;>, B<$status = $X-E<gt>fd ;>, B<$status = $X-E<gt>seq($key,
-$value, $flags) ;>, B<$status = $X-E<gt>sync([$flags]) ;>
+=item SEE ALSO
 
-=item DBM FILTERS
+=item COPYRIGHT
 
-B<filter_store_key>, B<filter_store_value>, B<filter_fetch_key>,
-B<filter_fetch_value>
+=item AUTHORS
+
+=back
+
+=head2 Digest::base - Digest base class
 
 =over 4
 
-=item The Filter
+=item SYNPOSIS
 
-=item An Example -- the NULL termination problem.
+=item DESCRIPTION
 
-=item Another Example -- Key is a C int.
+=item SEE ALSO
 
 =back
 
-=item HINTS AND TIPS 
+=head2 DirHandle - supply object methods for directory handles
 
 =over 4
 
-=item Locking: The Trouble with fd
+=item SYNOPSIS
 
-=item Safe ways to lock a database
+=item DESCRIPTION
 
-B<Tie::DB_Lock>, B<Tie::DB_LockFile>, B<DB_File::Lock>
+=item NOTES
 
-=item Sharing Databases With C Applications
+=back
 
-=item The untie() Gotcha
+=head2 Dumpvalue - provides screen dump of Perl data.
 
-=back
+=over 4
 
-=item COMMON QUESTIONS
+=item SYNOPSIS
+
+=item DESCRIPTION
 
 =over 4
 
-=item Why is there Perl source in my database?
+=item Creation
 
-=item How do I store complex data structures with DB_File?
+C<arrayDepth>, C<hashDepth>, C<compactDump>, C<veryCompact>, C<globPrint>,
+C<dumpDBFiles>, C<dumpPackages>, C<dumpReused>, C<tick>, C<quoteHighBit>,
+C<printUndef>, C<usageOnly>, unctrl, subdump, bareStringify, quoteHighBit,
+stopDbSignal
 
-=item What does "Invalid Argument" mean?
+=item Methods
 
-=item What does "Bareword 'DB_File' not allowed" mean? 
+dumpValue, dumpValues, stringify, dumpvars, set_quote, set_unctrl,
+compactDump, veryCompact, set, get
 
 =back
 
-=item REFERENCES
+=back
 
-=item HISTORY
+=head2 DynaLoader - Dynamically load C libraries into Perl code
 
-=item BUGS
+=over 4
 
-=item AVAILABILITY
+=item SYNOPSIS
 
-=item COPYRIGHT
+=item DESCRIPTION
 
-=item SEE ALSO
+@dl_library_path, @dl_resolve_using, @dl_require_symbols, @dl_librefs,
+@dl_modules, @dl_shared_objects, dl_error(), $dl_debug, dl_findfile(),
+dl_expandspec(), dl_load_file(), dl_unload_file(), dl_load_flags(),
+dl_find_symbol(), dl_find_symbol_anywhere(), dl_undef_symbols(),
+dl_install_xsub(), bootstrap()
 
 =item AUTHOR
 
 =back
 
-=head2 Data::Dumper - stringified perl data structures, suitable for both
-printing and C<eval>
+=head2 DynaLoader::XSLoader, XSLoader - Dynamically load C libraries into
+Perl code
 
 =over 4
 
@@ -9800,86 +12564,98 @@ printing and C<eval>
 
 =over 4
 
-=item Methods
+=item Migration from C<DynaLoader>
 
-I<PACKAGE>->new(I<ARRAYREF [>, I<ARRAYREF]>), I<$OBJ>->Dump  I<or> 
-I<PACKAGE>->Dump(I<ARRAYREF [>, I<ARRAYREF]>), I<$OBJ>->Seen(I<[HASHREF]>),
-I<$OBJ>->Values(I<[ARRAYREF]>), I<$OBJ>->Names(I<[ARRAYREF]>),
-I<$OBJ>->Reset
+=item Backward compatible boilerplate
 
-=item Functions
+=back
 
-Dumper(I<LIST>)
+=item Order of initialization: early load()
 
-=item Configuration Variables or Methods
+=over 4
 
-=item Exports
+=item The most hairy case
 
-Dumper
+=back
+
+=item LIMITATIONS
+
+=item AUTHOR
 
 =back
 
-=item EXAMPLES
+=head2 Encode - character encodings
 
-=item BUGS
+=over 4
+
+=item SYNOPSIS
 
 =over 4
 
-=item NOTE
+=item Table of Contents
 
 =back
 
-=item AUTHOR
+=item DESCRIPTION
 
-=item VERSION
+=over 4
 
-=item SEE ALSO
+=item TERMINOLOGY
 
 =back
 
-=head2 Devel::DProf - a Perl code profiler
+=item PERL ENCODING API
+
+$octets  = encode(ENCODING, $string [, CHECK]), $string = decode(ENCODING,
+$octets [, CHECK]), [$length =] from_to($octets, FROM_ENC, TO_ENC [,
+CHECK]), $octets = encode_utf8($string);, $string = decode_utf8($octets [,
+CHECK]);
 
 =over 4
 
-=item SYNOPSIS
+=item Listing available encodings
 
-=item DESCRIPTION
+=item Defining Aliases
 
-=item PROFILE FORMAT
+=back
 
-=item AUTOLOAD
+=item Encoding via PerlIO
 
-=item ENVIRONMENT
+=item Handling Malformed Data
 
-=item BUGS
+B<NOTE:> Not all encoding suppport this feature, I<CHECK> =
+Encode::FB_DEFAULT ( == 0), I<CHECK> = Encode::FB_CROAK ( == 1), I<CHECK> =
+Encode::FB_QUIET, I<CHECK> = Encode::FB_WARN, perlqq mode (I<CHECK> =
+Encode::FB_PERLQQ), HTML charref mode (I<CHECK> = Encode::FB_HTMLCREF), XML
+charref mode (I<CHECK> = Encode::FB_XMLCREF), The bitmask
 
-=item SEE ALSO
+=over 4
 
-=back
+=item Unimplemented fallback schemes
 
-=head2 Devel::PPPort - Perl/Pollution/Portability
+=back
 
-=over 4
+=item Defining Encodings
 
-=item SYNOPSIS
+=item The UTF-8 flag
 
-=item DESCRIPTION
+Goal #1:, Goal #2:, Goal #3:, Goal #4:
 
 =over 4
 
-=item WriteFile
-
-=back
+=item Messing with Perl's Internals
 
-=item ppport.h
+is_utf8(STRING [, CHECK]), _utf8_on(STRING), _utf8_off(STRING)
 
-=item AUTHOR
+=back
 
 =item SEE ALSO
 
+=item MAINTAINER
+
 =back
 
-=head2 Devel::Peek - A data debugging tool for the XS programmer
+=head2 Encode::Alias - alias definitions to encodings
 
 =over 4
 
@@ -9887,59 +12663,70 @@ Dumper
 
 =item DESCRIPTION
 
+As a simple string, As a qr// compiled regular expression, e.g.:, As a code
+reference, e.g.:
+
 =over 4
 
-=item Runtime debugging
+=item Alias overloading
 
-=item Memory footprint debugging
+=back
+
+=item SEE ALSO
 
 =back
 
-=item EXAMPLES
+=head2 Encode::Byte - Single Byte Encodings
 
 =over 4
 
-=item A simple scalar string
+=item SYNOPSIS
 
-=item A simple scalar number
+=item ABSTRACT
 
-=item A simple scalar with an extra reference
+=item DESCRIPTION
 
-=item A reference to a simple scalar
+=item SEE ALSO
 
-=item A reference to an array
+=back
 
-=item A reference to a hash
+=head2 Encode::CJKConstants -- Internally used by Encode::??::ISO_2022_*
 
-=item Dumping a large array or hash
+=head2 Encode::CN - China-based Chinese Encodings
 
-=item A reference to an SV which holds a C pointer
+=over 4
 
-=item A reference to a subroutine
+=item SYNOPSIS
 
-=back
+=item DESCRIPTION
 
-=item EXPORTS
+=item NOTES
 
 =item BUGS
 
-=item AUTHOR
-
 =item SEE ALSO
 
 =back
 
-=head2 Devel::SelfStubber - generate stubs for a SelfLoading module
+=head2 Encode::CN::HZ -- internally used by Encode::CN
+
+=head2 Encode::Config -- internally used by Encode
+
+=head2 Encode::EBCDIC - EBCDIC Encodings
 
 =over 4
 
 =item SYNOPSIS
 
+=item ABSTRACT
+
 =item DESCRIPTION
 
+=item SEE ALSO
+
 =back
 
-=head2 Digest:: - Modules that calculate message digests
+=head2 Encode::Encoding - Encode Implementation Base Class
 
 =over 4
 
@@ -9947,230 +12734,213 @@ Dumper
 
 =item DESCRIPTION
 
-I<binary>, I<hex>, I<base64>
+=over 4
 
-=item OO INTERFACE
+=item Methods you should implement
 
-$ctx = Digest->XXX($arg,...), $ctx = Digest->new(XXX => $arg,...), $ctx =
-Digest::XXX->new($arg,...), $other_ctx = $ctx->clone, $ctx->reset,
-$ctx->add($data,...), $ctx->addfile($io_handle), $ctx->digest,
-$ctx->hexdigest, $ctx->b64digest
+-E<gt>encode($string [,$check]), -E<gt>decode($octets [,$check]),
+-E<gt>cat_decode($destination, $octets, $offset, $terminator [,$check])
 
-=item SEE ALSO
+=item Other methods defined in Encode::Encodings
 
-=item AUTHOR
+-E<gt>name, -E<gt>renew, -E<gt>renewed, -E<gt>perlio_ok(),
+-E<gt>needs_lines()
+
+=item Example: Encode::ROT13
 
 =back
 
-=head2 Digest::MD5 - Perl interface to the MD5 Algorithm
+=item Why the heck Encode API is different?
 
 =over 4
 
-=item SYNOPSIS
-
-=item DESCRIPTION
-
-=item FUNCTIONS
-
-md5($data,...), md5_hex($data,...), md5_base64($data,...)
-
-=item METHODS
-
-$md5 = Digest::MD5->new, $md5->reset, $md5->clone, $md5->add($data,...),
-$md5->addfile($io_handle), $md5->digest, $md5->hexdigest, $md5->b64digest
+=item Compiled Encodings
 
-=item EXAMPLES
+=back
 
 =item SEE ALSO
 
-=item COPYRIGHT
-
-=item AUTHORS
+Scheme 1, Scheme 2, Other Schemes
 
 =back
 
-=head2 DirHandle - supply object methods for directory handles
+=head2 Encode::Guess -- Guesses encoding from data
 
 =over 4
 
 =item SYNOPSIS
 
+=item ABSTRACT
+
 =item DESCRIPTION
 
-=item NOTES
+Encode::Guess->set_suspects, Encode::Guess->add_suspects,
+Encode::decode("Guess" ...), Encode::Guess->guess($data),
+guess_encoding($data, [, I<list of suspects>])
 
-=back
+=item CAVEATS
 
-=head2 Dumpvalue - provides screen dump of Perl data.
+=item TO DO
 
-=over 4
+=item SEE ALSO
 
-=item SYNOPSIS
+=back
 
-=item DESCRIPTION
+=head2 Encode::JP - Japanese Encodings
 
 =over 4
 
-=item Creation
+=item SYNOPSIS
+
+=item ABSTRACT
 
-C<arrayDepth>, C<hashDepth>, C<compactDump>, C<veryCompact>, C<globPrint>,
-C<dumpDBFiles>, C<dumpPackages>, C<dumpReused>, C<tick>, C<quoteHighBit>,
-C<printUndef>, C<usageOnly>, unctrl, subdump, bareStringify, quoteHighBit,
-stopDbSignal
+=item DESCRIPTION
 
-=item Methods
+=item Note on ISO-2022-JP(-1)?
 
-dumpValue, dumpValues, stringify, dumpvars, set_quote, set_unctrl,
-compactDump, veryCompact, set, get
+=item BUGS
 
-=back
+=item SEE ALSO
 
 =back
 
-=head2 Encode - character encodings
+=head2 Encode::JP::H2Z -- internally used by Encode::JP::2022_JP*
 
-=over 4
+=head2 Encode::JP::JIS7 -- internally used by Encode::JP
 
-=item SYNOPSIS
+=head2 Encode::KR - Korean Encodings
 
 =over 4
 
-=item Table of Contents
-
-=back
+=item SYNOPSIS
 
 =item DESCRIPTION
 
-=over 4
+=item BUGS
 
-=item TERMINOLOGY
+=item SEE ALSO
 
 =back
 
-=item PERL ENCODING API
+=head2 Encode::KR::2022_KR -- internally used by Encode::KR
 
-$octets  = encode(ENCODING, $string [, CHECK]), $string = decode(ENCODING,
-$octets [, CHECK]), [$length =] from_to($octets, FROM_ENC, TO_ENC [,
-CHECK]), $octets = encode_utf8($string);, $string = decode_utf8($octets [,
-CHECK]);
+=head2 Encode::MIME::Header -- MIME 'B' and 'Q' header encoding
 
 =over 4
 
-=item Listing available encodings
-
-=item Defining Aliases
+=item SYNOPSIS
 
-=back
+=item ABSTRACT
 
-=item Encoding via PerlIO
+=item DESCRIPTION
 
-=item Handling Malformed Data
+=item BUGS
 
-I<CHECK> = Encode::FB_DEFAULT ( == 0), I<CHECK> = Encode::FB_CROAK ( == 1),
-I<CHECK> = Encode::FB_QUIET, I<CHECK> = Encode::FB_WARN, perlqq mode
-(I<CHECK> = Encode::FB_PERLQQ), HTML charref mode (I<CHECK> =
-Encode::FB_HTMLCREF), XML charref mode (I<CHECK> = Encode::FB_XMLCREF), The
-bitmask
+=item SEE ALSO
 
-=over 4
+=back
 
-=item Unimplemented fallback schemes
+=head2 Encode::PerlIO -- a detailed document on Encode and PerlIO
 
-=back
+=over 4
 
-=item Defining Encodings
+=item Overview
 
-=item The UTF-8 flag
+=item How does it work?
 
-Goal #1:, Goal #2:, Goal #3:, Goal #4:
+=item Line Buffering
 
 =over 4
 
-=item Messing with Perl's Internals
-
-is_utf8(STRING [, CHECK]), _utf8_on(STRING), _utf8_off(STRING)
+=item How can I tell whether my encoding fully supports PerlIO ?
 
 =back
 
 =item SEE ALSO
 
-=item MAINTAINER
-
 =back
 
-=head2 Encode::Byte - Single Byte Encodings
+=head2 Encode::Supported -- Encodings supported by Encode
 
 =over 4
 
-=item SYNOPSIS
-
-=item ABSTRACT
-
 =item DESCRIPTION
 
-=item SEE ALSO
+=over 4
+
+=item Encoding Names
 
 =back
 
-=head2 Encode::CN - China-based Chinese Encodings
+=item Supported Encodings
 
 =over 4
 
-=item SYNOPSIS
-
-=item DESCRIPTION
+=item Built-in Encodings
 
-=item NOTES
+=item Encode::Unicode -- other Unicode encodings
 
-=item BUGS
+=item Encode::Byte -- Extended ASCII
 
-=item SEE ALSO
+ISO-8859 and corresponding vendor mappings, KOI8 - De Facto Standard for
+the Cyrillic world, gsm0338 - Hentai Latin 1
 
-=back
+=item CJK: Chinese, Japanese, Korean (Multibyte)
 
-=head2 Encode::EBCDIC - EBCDIC Encodings
+Encode::CN -- Continental China, Encode::JP -- Japan, Encode::KR -- Korea,
+Encode::TW -- Taiwan, Encode::HanExtra -- More Chinese via CPAN,
+Encode::JIS2K -- JIS X 0213 encodings via CPAN
 
-=over 4
+=item Miscellaneous encodings
 
-=item SYNOPSIS
+Encode::EBCDIC, Encode::Symbols, Encode::MIME::Header, Encode::Guess
 
-=item ABSTRACT
+=back
 
-=item DESCRIPTION
+=item Unsupported encodings
 
-=item SEE ALSO
+  ISO-2022-JP-2 [RFC1554], ISO-2022-CN [RFC1922], Various HP-UX encodings,
+Cyrillic encoding ISO-IR-111, ISO-8859-8-1 [Hebrew], ISIRI 3342, Iran
+System, ISIRI 2900 [Farsi], Thai encoding TCVN, Vietnamese encodings VPS,
+Various Mac encodings, (Mac) Indic encodings
 
-=back
+=item Encoding vs. Charset -- terminology
 
-=head2 Encode::JP - Japanese Encodings
+=item Encoding Classification (by Anton Tagunov and Dan Kogai)
 
 =over 4
 
-=item SYNOPSIS
+=item Microsoft-related naming mess
 
-=item ABSTRACT
+KS_C_5601-1987, GB2312, Big5, Shift_JIS
 
-=item DESCRIPTION
+=back
 
-=item Note on ISO-2022-JP(-1)?
+=item Glossary
 
-=item BUGS
+character repertoire, coded character set (CCS), character encoding scheme
+(CES), charset (in MIME context), EUC, ISO-2022, UCS, UCS-2, Unicode, UTF,
+UTF-16
 
-=item SEE ALSO
+=item See Also
 
-=back
+=item References
 
-=head2 Encode::KR - Korean Encodings
+ECMA, ECMA-035 (eq C<ISO-2022>), IANA, Assigned Charset Names by IANA, ISO,
+RFC, UC, Unicode Glossary
 
 =over 4
 
-=item SYNOPSIS
+=item Other Notable Sites
 
-=item DESCRIPTION
+czyborra.com, CJK.inf, Jungshik Shin's Hangul FAQ, debian.org:
+"Introduction to i18n"
 
-=item BUGS
+=item Offline sources
 
-=item SEE ALSO
+C<CJKV Information Processing> by Ken Lunde
+
+=back
 
 =back
 
@@ -10228,6 +12998,22 @@ BOM as integer when fetched in network byte order
 
 =item Surrogate Pairs
 
+=item Error Checking
+
+=item SEE ALSO
+
+=back
+
+=head2 Encode::Unicode::UTF7 -- UTF-7 encoding
+
+=over 4
+
+=item SYNOPSIS
+
+=item ABSTRACT
+
+=item In Practice
+
 =item SEE ALSO
 
 =back
@@ -10281,7 +13067,8 @@ Implementation Base Class
 
 =item Other methods defined in Encode::Encodings
 
--E<gt>name, -E<gt>renew, -E<gt>perlio_ok(), -E<gt>needs_lines()
+-E<gt>name, -E<gt>renew, -E<gt>renewed, -E<gt>perlio_ok(),
+-E<gt>needs_lines()
 
 =item Example: Encode::ROT13
 
@@ -10514,6 +13301,8 @@ non-ascii or non-utf8
 
 =item PerlIO layers for C<STD(IN|OUT)>
 
+=item Implicit upgrading for byte strings
+
 =back
 
 =item FEATURES THAT REQUIRE 5.8.1
@@ -10553,12 +13342,46 @@ Legend of characters above
 
 literals in regex that are longer than 127 bytes, EBCDIC, format
 
+=over 4
+
+=item The Logic of :locale
+
+=back
+
 =item HISTORY
 
 =item SEE ALSO
 
 =back
 
+=head2 Encoder, Encode::Encoder -- Object Oriented Encoder
+
+=over 4
+
+=item SYNOPSIS
+
+=item ABSTRACT
+
+=item Description
+
+=over 4
+
+=item Predefined Methods
+
+$e = Encode::Encoder-E<gt>new([$data, $encoding]);, encoder(),
+$e-E<gt>data([$data]), $e-E<gt>encoding([$encoding]),
+$e-E<gt>bytes([$encoding])
+
+=item Example: base64 transcoder
+
+=item Operator Overloading
+
+=back
+
+=item SEE ALSO
+
+=back
+
 =head2 English - use nice English (or awk) names for ugly punctuation
 variables
 
@@ -10587,6 +13410,22 @@ arrays
 
 =back
 
+=head2 Errno - System errno constants
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item CAVEATS
+
+=item AUTHOR
+
+=item COPYRIGHT
+
+=back
+
 =head2 Exporter - Implements default import method for modules
 
 =over 4
@@ -10615,6 +13454,8 @@ C<use ModuleName;>, C<use ModuleName ();>, C<use ModuleName qw(...);>
 
 =item Exporting without using Exporter's import method
 
+=item Exporting without inheriting from Exporter
+
 =item Module Version Checking
 
 =item Managing Unknown Symbols
@@ -10670,6 +13511,8 @@ mkpath directory..
 
 test_f file
 
+dos2unix
+
 =over 4
 
 =item BUGS
@@ -10897,6 +13740,10 @@ installvars
 
 os_flavor_is
 
+dir_target B<DEPRECATED>
+
+blibdirs_target (o)
+
 =over 4
 
 =item File::Spec wrappers
@@ -10941,8 +13788,12 @@ all_target
 
 metafile_target
 
+signature_target
+
 metafile_addtomanifest_target
 
+signature_addtomanifest_target
+
 =over 4
 
 =item Abstract methods
@@ -11023,8 +13874,7 @@ B<replace_manpage_separator>
 
 =back
 
-=head2 ExtUtils::MM_MacOS - methods to override UN*X behaviour in
-ExtUtils::MakeMaker
+=head2 ExtUtils::MM_MacOS - once produced Makefiles for MacOS Classic
 
 =over 4
 
@@ -11034,46 +13884,6 @@ ExtUtils::MakeMaker
 
 =back
 
-maybe_command
-
-guess_name
-
-macify
-
-patternify
-
-init_main
-
-init_others
-
-init_platform, platform_constants
-
-init_dirscan
-
-init_VERSION (o)
-
-special_targets (o)
-
-static (o)
-
-dlsyms (o)
-
-dynamic (o)
-
-clean (o)
-
-clean_subdirs_target
-
-realclean (o)
-
-realclean_subdirs_target
-
-rulez (o)
-
-processPL (o)
-
-os_flavor
-
 =head2 ExtUtils::MM_NW5 - methods to override UN*X behaviour in
 ExtUtils::MakeMaker
 
@@ -11180,8 +13990,6 @@ constants (o)
 
 depend (o)
 
-dir_target (o)
-
 init_DEST
 
 init_dist
@@ -11578,6 +14386,8 @@ clean_subdirs_target
 
 realclean_subdirs_target
 
+max_exec_len
+
 os_flavor
 
 =over 4
@@ -11644,8 +14454,8 @@ OPTIMIZE, PERL, PERL_CORE, PERLMAINCC, PERL_ARCHLIB, PERL_LIB,
 PERL_MALLOC_OK, PERLPREFIX, PERLRUN, PERLRUNINST, PERL_SRC, PERM_RW,
 PERM_RWX, PL_FILES, PM, PMLIBDIRS, PM_FILTER, POLLUTE, PPM_INSTALL_EXEC,
 PPM_INSTALL_SCRIPT, PREFIX, PREREQ_FATAL, PREREQ_PM, PREREQ_PRINT,
-PRINT_PREREQ, SITEPREFIX, SKIP, TYPEMAPS, VENDORPREFIX, VERBINST, VERSION,
-VERSION_FROM, VERSION_SYM, XS, XSOPT, XSPROTOARG, XS_VERSION
+PRINT_PREREQ, SITEPREFIX, SIGN, SKIP, TYPEMAPS, VENDORPREFIX, VERBINST,
+VERSION, VERSION_FROM, VERSION_SYM, XS, XSOPT, XSPROTOARG, XS_VERSION
 
 =item Additional lowercase attributes
 
@@ -11697,9 +14507,14 @@ MakeMaker
 
 =over 4
 
+=item Module Installation
+
+How do I keep from installing man pages?, How do I use a module without
+installing it?
+
 =item Philosophy and History
 
-Why not just use <insert other build config tool here>?, What's
+Why not just use <insert other build config tool here>?, What is
 Module::Build and how does it relate to MakeMaker?, pure perl. no make, no
 shell commands, easier to customize, cleaner internals, less cruft
 
@@ -11747,7 +14562,7 @@ bin/
 
 =back
 
-=head2 ExtUtils::MakeMaker::bytes - Version agnostic bytes.pm
+=head2 ExtUtils::MakeMaker::bytes - Version-agnostic bytes.pm
 
 =over 4
 
@@ -11757,7 +14572,7 @@ bin/
 
 =back
 
-=head2 ExtUtils::MakeMaker::vmsish - Platform agnostic vmsish.pm
+=head2 ExtUtils::MakeMaker::vmsish - Platform-agnostic vmsish.pm
 
 =over 4
 
@@ -11820,14 +14635,26 @@ maniadd
 C<Not in MANIFEST:> I<file>, C<Skipping> I<file>, C<No such file:> I<file>,
 C<MANIFEST:> I<$!>, C<Added to MANIFEST:> I<file>
 
-=item ENVIRONMENT
+=item ENVIRONMENT
+
+B<PERL_MM_MANIFEST_DEBUG>
+
+=item SEE ALSO
+
+=item AUTHOR
+
+=back
+
+=head2 ExtUtils::Miniperl, writemain - write the C code for perlmain.c
+
+=over 4
+
+=item SYNOPSIS
 
-B<PERL_MM_MANIFEST_DEBUG>
+=item DESCRIPTION
 
 =item SEE ALSO
 
-=item AUTHOR
-
 =back
 
 =head2 ExtUtils::Mkbootstrap - make a bootstrap file for use by DynaLoader
@@ -12037,6 +14864,8 @@ $dont_use_nlink, symlinks
 
 =item NOTES
 
+=item BUGS AND CAVEATS
+
 =item HISTORY
 
 =back
@@ -12093,7 +14922,7 @@ splitdir, catpath(), abs2rel, rel2abs()
 
 =item SEE ALSO
 
-=item AUTHORS
+=item AUTHOR
 
 =back
 
@@ -12498,8 +15327,6 @@ cacheout EXPR, cacheout MODE, EXPR
 
 =item BUGS
 
-=item NOTES
-
 =back
 
 =head2 FileHandle - supply object methods for filehandles
@@ -12746,8 +15573,8 @@ supplied
 
 =back
 
-=head2 Getopt::Std, getopt - Process single-character switches with switch
-clustering
+=head2 Getopt::Std, getopt, getopts - Process single-character switches
+with switch clustering
 
 =over 4
 
@@ -12835,6 +15662,9 @@ the function alternate_language_tags($lang1)
 
 the function @langs = panic_languages(@accept_languages)
 
+the function implicate_supers( ...languages... ), the function
+implicate_supers_strictly( ...languages... )
+
 =over 4
 
 =item ABOUT LOWERCASING
@@ -12849,6 +15679,26 @@ the function @langs = panic_languages(@accept_languages)
 
 =back
 
+=head2 I18N::LangTags::Detect - detect the user's language preferences
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item FUNCTIONS
+
+=item ENVIRONMENT
+
+=item SEE ALSO
+
+=item COPYRIGHT
+
+=item AUTHOR
+
+=back
+
 =head2 I18N::LangTags::List -- tags and names for human languages
 
 =over 4
@@ -13031,6 +15881,244 @@ Sichuan Yi, {yi} : Yiddish, {yo} : Yoruba, [{ypk} : Yupik languages], {znd}
 
 =back
 
+=head2 IO::Dir - supply object methods for directory handles
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+new ( [ DIRNAME ] ), open ( DIRNAME ), read (), seek ( POS ), tell (),
+rewind (), close (), tie %hash, 'IO::Dir', DIRNAME [, OPTIONS ]
+
+=item SEE ALSO
+
+=item AUTHOR
+
+=item COPYRIGHT
+
+=back
+
+=head2 IO::File - supply object methods for filehandles
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item CONSTRUCTOR
+
+new ( FILENAME [,MODE [,PERMS]] ), new_tmpfile
+
+=item METHODS
+
+open( FILENAME [,MODE [,PERMS]] ), open( FILENAME, IOLAYERS ), binmode(
+[LAYER] )
+
+=item SEE ALSO
+
+=item HISTORY
+
+=back
+
+=head2 IO::Handle - supply object methods for I/O handles
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item CONSTRUCTOR
+
+new (), new_from_fd ( FD, MODE )
+
+=item METHODS
+
+$io->fdopen ( FD, MODE ), $io->opened, $io->getline, $io->getlines,
+$io->ungetc ( ORD ), $io->write ( BUF, LEN [, OFFSET ] ), $io->error,
+$io->clearerr, $io->sync, $io->flush, $io->printflush ( ARGS ),
+$io->blocking ( [ BOOL ] ), $io->untaint
+
+=item NOTE
+
+=item SEE ALSO
+
+=item BUGS
+
+=item HISTORY
+
+=back
+
+=head2 IO::Pipe - supply object methods for pipes
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item CONSTRUCTOR
+
+new ( [READER, WRITER] )
+
+=item METHODS
+
+reader ([ARGS]), writer ([ARGS]), handles ()
+
+=item SEE ALSO
+
+=item AUTHOR
+
+=item COPYRIGHT
+
+=back
+
+=head2 IO::Poll - Object interface to system poll call
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item METHODS
+
+mask ( IO [, EVENT_MASK ] ), poll ( [ TIMEOUT ] ), events ( IO ), remove (
+IO ), handles( [ EVENT_MASK ] )
+
+=item SEE ALSO
+
+=item AUTHOR
+
+=item COPYRIGHT
+
+=back
+
+=head2 IO::Seekable - supply seek based methods for I/O objects
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+$io->getpos, $io->setpos, $io->seek ( POS, WHENCE ), WHENCE=0 (SEEK_SET),
+WHENCE=1 (SEEK_CUR), WHENCE=2 (SEEK_END), $io->sysseek( POS, WHENCE ),
+$io->tell
+
+=item SEE ALSO
+
+=item HISTORY
+
+=back
+
+=head2 IO::Select - OO interface to the select system call
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item CONSTRUCTOR
+
+new ( [ HANDLES ] )
+
+=item METHODS
+
+add ( HANDLES ), remove ( HANDLES ), exists ( HANDLE ), handles, can_read (
+[ TIMEOUT ] ), can_write ( [ TIMEOUT ] ), has_exception ( [ TIMEOUT ] ),
+count (), bits(), select ( READ, WRITE, EXCEPTION [, TIMEOUT ] )
+
+=item EXAMPLE
+
+=item AUTHOR
+
+=item COPYRIGHT
+
+=back
+
+=head2 IO::Socket - Object interface to socket communications
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item CONSTRUCTOR
+
+new ( [ARGS] )
+
+=item METHODS
+
+accept([PKG]), socketpair(DOMAIN, TYPE, PROTOCOL), atmark, connected,
+protocol, sockdomain, sockopt(OPT [, VAL]), socktype, timeout([VAL])
+
+=item SEE ALSO
+
+=item AUTHOR
+
+=item COPYRIGHT
+
+=back
+
+=head2 IO::Socket::INET - Object interface for AF_INET domain sockets
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item CONSTRUCTOR
+
+new ( [ARGS] )
+
+=over 4
+
+=item METHODS
+
+sockaddr (), sockport (), sockhost (), peeraddr (), peerport (), peerhost
+()
+
+=back
+
+=item SEE ALSO
+
+=item AUTHOR
+
+=item COPYRIGHT
+
+=back
+
+=head2 IO::Socket::UNIX - Object interface for AF_UNIX domain sockets
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item CONSTRUCTOR
+
+new ( [ARGS] )
+
+=item METHODS
+
+hostpath(), peerpath()
+
+=item SEE ALSO
+
+=item AUTHOR
+
+=item COPYRIGHT
+
+=back
+
 =head2 IO::lib::IO::Dir, IO::Dir - supply object methods for directory
 handles
 
@@ -13065,7 +16153,8 @@ new ( FILENAME [,MODE [,PERMS]] ), new_tmpfile
 
 =item METHODS
 
-open( FILENAME [,MODE [,PERMS]] ), open( FILENAME, IOLAYERS )
+open( FILENAME [,MODE [,PERMS]] ), open( FILENAME, IOLAYERS ), binmode(
+[LAYER] )
 
 =item SEE ALSO
 
@@ -13275,6 +16364,28 @@ hostpath(), peerpath()
 
 =back
 
+=head2 IPC::Msg - SysV Msg IPC object class
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item METHODS
+
+new ( KEY , FLAGS ), id, rcv ( BUF, LEN [, TYPE [, FLAGS ]] ), remove, set
+( STAT ), set ( NAME => VALUE [, NAME => VALUE ...] ), snd ( TYPE, MSG [,
+FLAGS ] ), stat
+
+=item SEE ALSO
+
+=item AUTHOR
+
+=item COPYRIGHT
+
+=back
+
 =head2 IPC::Open2, open2 - open a process for both reading and writing
 
 =over 4
@@ -13302,6 +16413,29 @@ handling
 
 =back
 
+=head2 IPC::Semaphore - SysV Semaphore IPC object class
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item METHODS
+
+new ( KEY , NSEMS , FLAGS ), getall, getncnt ( SEM ), getpid ( SEM ),
+getval ( SEM ), getzcnt ( SEM ), id, op ( OPLIST ), remove, set ( STAT ),
+set ( NAME => VALUE [, NAME => VALUE ...] ), setall ( VALUES ), setval ( N
+, VALUE ), stat
+
+=item SEE ALSO
+
+=item AUTHOR
+
+=item COPYRIGHT
+
+=back
+
 =head2 IPC::SysV - SysV IPC constants
 
 =over 4
@@ -13366,6 +16500,25 @@ set ( NAME => VALUE [, NAME => VALUE ...] ), setall ( VALUES ), setval ( N
 
 =back
 
+=head2 List::Util - A selection of general-utility list subroutines
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+first BLOCK LIST, max LIST, maxstr LIST, min LIST, minstr LIST, reduce
+BLOCK LIST, shuffle LIST, sum LIST
+
+=item KNOWN BUGS
+
+=item SUGGESTED ADDITIONS
+
+=item COPYRIGHT
+
+=back
+
 =head2 List::Utilib::List::Util, List::Util - A selection of
 general-utility list subroutines
 
@@ -13688,6 +16841,8 @@ Premature end of base64 data, Premature padding of base64 data
 
 =item COPYRIGHT
 
+=item SEE ALSO
+
 =back
 
 =head2 MIME::Base64::QuotedPrint, MIME::QuotedPrint - Encoding and decoding
@@ -13699,10 +16854,31 @@ of quoted-printable strings
 
 =item DESCRIPTION
 
-encode_qp($str), encode_qp($str, $eol), decode_qp($str);
+encode_qp($str), encode_qp($str, $eol), encode_qp($str, $eol, $binmode),
+decode_qp($str);
 
 =item COPYRIGHT
 
+=item SEE ALSO
+
+=back
+
+=head2 MIME::QuotedPrint - Encoding and decoding of quoted-printable
+strings
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+encode_qp($str), encode_qp($str, $eol), encode_qp($str, $eol, $binmode),
+decode_qp($str);
+
+=item COPYRIGHT
+
+=item SEE ALSO
+
 =back
 
 =head2 Math::BigFloat - Arbitrary size floating point math package
@@ -13792,10 +16968,10 @@ Input, Output
 
 =item is_one()/is_zero()/is_nan()/is_inf()
 
-=item is_positive()/is_negative()
+=item is_pos()/is_neg()
 
-       $x->is_positive();              # true if >= 0
-       $x->is_negative();              # true if <  0
+       $x->is_pos();                   # true if > 0
+       $x->is_neg();                   # true if < 0
 
 =item is_odd()/is_even()/is_int()
 
@@ -13805,7 +16981,7 @@ Input, Output
 
 =item sign
 
-=item bcmp
+=item digit
 
 =item bneg
 
@@ -13873,7 +17049,7 @@ Input, Output
 
 =item copy
 
-=item as_number
+=item as_int
 
 =item bsstr
 
@@ -13902,6 +17078,10 @@ Remarks
 
 =back
 
+=item Infinity and Not a Number
+
+oct()/hex(), log(-inf), exp(), cos(), sin(), atan2()
+
 =item INTERNALS
 
 =over 4
@@ -13949,9 +17129,9 @@ broot() does not work, Out of Memory!, Fails to load Calc on Perl prior
 
 =item CAVEATS
 
-stringify, bstr(), bsstr() and 'cmp', int(), length, bdiv, infinity
-handling, Modifying and =, bpow, Overloading -$x, Mixing different object
-types, bsqrt(), brsft()
+bstr(), bsstr() and 'cmp', int(), length, bdiv, infinity handling,
+Modifying and =, bpow, Overloading -$x, Mixing different object types,
+bsqrt(), brsft()
 
 =item LICENSE
 
@@ -13987,8 +17167,7 @@ the same terms as Perl itself.
 
 =back
 
-=head2 Math::BigInt::Scalar - Pure Perl module to test Math::BigInt with
-scalars
+=head2 Math::BigInt::CalcEmu - Emulate low-level math with BigInt code
 
 =over 4
 
@@ -13996,19 +17175,31 @@ scalars
 
 =item DESCRIPTION
 
+=item METHODS
+
+=over 4
+
+=item __emu_bxor
+
+=item __emu_band
+
+=item __emu_bior
+
+=back
+
 =item LICENSE
 
 This program is free software; you may redistribute it and/or modify it
 under
 the same terms as Perl itself. 
 
-=item AUTHOR
+=item AUTHORS
 
 =item SEE ALSO
 
 =back
 
-=head2 Math::BigRat - arbitrarily big rationals
+=head2 Math::BigRat - Arbitrary big rational numbers
 
 =over 4
 
@@ -14036,7 +17227,11 @@ the same terms as Perl itself.
 
 =item parts()
 
-=item as_number()
+=item as_int()
+
+=item as_hex()
+
+=item as_bin()
 
 =item bfac()
 
@@ -14050,9 +17245,9 @@ the same terms as Perl itself.
 
 =item is_zero()
 
-=item is_positive()
+=item is_pos()
 
-=item is_negative()
+=item is_neg()
 
 =item is_int()
 
@@ -14066,6 +17261,10 @@ the same terms as Perl itself.
 
        $x->bfloor();
 
+=item bsqrt()
+
+       $x->bsqrt();
+
 =item config
 
 =back
@@ -14073,7 +17272,8 @@ the same terms as Perl itself.
 =item BUGS
 
 inf handling (partial), NaN handling (partial), rounding (not implemented
-except for bceil/bfloor), $x ** $y where $y is not an integer
+except for bceil/bfloor), $x ** $y where $y is not an integer, bmod(),
+blog(), bmodinv() and bmodpow() (partial)
 
 =item LICENSE
 
@@ -14420,23 +17620,23 @@ hostfqdn (), hostname (), hostdomain ()
 
 =item CONSTRUCTOR
 
-new (HOST [,OPTIONS])
+new ([ HOST ] [, OPTIONS ])
 
 =item METHODS
 
 login ([LOGIN [,PASSWORD [, ACCOUNT] ] ]), authorize ( [AUTH [, RESP]]),
 site (ARGS), ascii, binary, rename ( OLDNAME, NEWNAME ), delete ( FILENAME
 ), cwd ( [ DIR ] ), cdup (), pwd (), restart ( WHERE ), rmdir ( DIR [,
-RECURSE ]), mkdir ( DIR [, RECURSE ]), ls ( [ DIR ] ), alloc ( SIZE [,
-RECORD_SIZE] ), dir ( [ DIR ] ), get ( REMOTE_FILE [, LOCAL_FILE [, WHERE]]
-), put ( LOCAL_FILE [, REMOTE_FILE ] ), put_unique ( LOCAL_FILE [,
-REMOTE_FILE ] ), append ( LOCAL_FILE [, REMOTE_FILE ] ), unique_name (),
-mdtm ( FILE ), size ( FILE ), supported ( CMD ), hash (
-[FILEHANDLE_GLOB_REF],[ BYTES_PER_HASH_MARK] ), nlst ( [ DIR ] ), list ( [
-DIR ] ), retr ( FILE ), stor ( FILE ), stou ( FILE ), appe ( FILE ), port (
-[ PORT ] ), pasv (), pasv_xfer ( SRC_FILE, DEST_SERVER [, DEST_FILE ] ),
-pasv_xfer_unique ( SRC_FILE, DEST_SERVER [, DEST_FILE ] ), pasv_wait (
-NON_PASV_SERVER ), abort (), quit ()
+RECURSE ]), mkdir ( DIR [, RECURSE ]), alloc ( SIZE [, RECORD_SIZE] ), ls (
+[ DIR ] ), dir ( [ DIR ] ), get ( REMOTE_FILE [, LOCAL_FILE [, WHERE]] ),
+put ( LOCAL_FILE [, REMOTE_FILE ] ), put_unique ( LOCAL_FILE [, REMOTE_FILE
+] ), append ( LOCAL_FILE [, REMOTE_FILE ] ), unique_name (), mdtm ( FILE ),
+size ( FILE ), supported ( CMD ), hash ( [FILEHANDLE_GLOB_REF],[
+BYTES_PER_HASH_MARK] ), nlst ( [ DIR ] ), list ( [ DIR ] ), retr ( FILE ),
+stor ( FILE ), stou ( FILE ), appe ( FILE ), port ( [ PORT ] ), pasv (),
+pasv_xfer ( SRC_FILE, DEST_SERVER [, DEST_FILE ] ), pasv_xfer_unique (
+SRC_FILE, DEST_SERVER [, DEST_FILE ] ), pasv_wait ( NON_PASV_SERVER ),
+abort (), quit ()
 
 =over 4
 
@@ -14529,14 +17729,15 @@ MESSAGE-SPEC, PATTERN, Examples, C<[^]-]>, C<*bdc>, C<[0-9a-zA-Z]>, C<a??d>
 
 =item CONSTRUCTOR
 
-new ( [ HOST, ] [ OPTIONS ] )
+new ( [ HOST ] [, OPTIONS ] 0
 
 =item METHODS
 
-user ( USER ), pass ( PASS ), login ( [ USER [, PASS ]] ), apop ( [ USER [,
-PASS ]] ), top ( MSGNUM [, NUMLINES ] ), list ( [ MSGNUM ] ), get ( MSGNUM
-[, FH ] ), getfh ( MSGNUM ), last (), popstat (), ping ( USER ), uidl ( [
-MSGNUM ] ), delete ( MSGNUM ), reset (), quit ()
+auth ( USERNAME, PASSWORD ), user ( USER ), pass ( PASS ), login ( [ USER
+[, PASS ]] ), apop ( [ USER [, PASS ]] ), banner (), capa (),  capabilities
+(), top ( MSGNUM [, NUMLINES ] ), list ( [ MSGNUM ] ), get ( MSGNUM [, FH ]
+), getfh ( MSGNUM ), last (), popstat (), ping ( USER ), uidl ( [ MSGNUM ]
+), delete ( MSGNUM ), reset (), quit ()
 
 =item NOTES
 
@@ -14593,17 +17794,17 @@ $p->hires( { 0 | 1 } );, $p->bind($local_addr);, $p->open($host);, $p->ack(
 
 =item CONSTRUCTOR
 
-new Net::SMTP [ HOST, ] [ OPTIONS ]
+new ( [ HOST ] [, OPTIONS ] )
 
 =item METHODS
 
-banner (), domain (), hello ( DOMAIN ), etrn ( DOMAIN ), auth ( USERNAME,
-PASSWORD ), mail ( ADDRESS [, OPTIONS] ), send ( ADDRESS ), send_or_mail (
-ADDRESS ), send_and_mail ( ADDRESS ), reset (), recipient ( ADDRESS [,
-ADDRESS [ ...]] [, OPTIONS ] ), to ( ADDRESS [, ADDRESS [...]] ), cc (
-ADDRESS [, ADDRESS [...]] ), bcc ( ADDRESS [, ADDRESS [...]] ), data ( [
-DATA ] ), expand ( ADDRESS ), verify ( ADDRESS ), help ( [ $subject ] ),
-quit ()
+banner (), domain (), hello ( DOMAIN ), host (), etrn ( DOMAIN ), auth (
+USERNAME, PASSWORD ), mail ( ADDRESS [, OPTIONS] ), send ( ADDRESS ),
+send_or_mail ( ADDRESS ), send_and_mail ( ADDRESS ), reset (), recipient (
+ADDRESS [, ADDRESS, [...]] [, OPTIONS ] ), to ( ADDRESS [, ADDRESS [...]]
+), cc ( ADDRESS [, ADDRESS [...]] ), bcc ( ADDRESS [, ADDRESS [...]] ),
+data ( [ DATA ] ), expand ( ADDRESS ), verify ( ADDRESS ), help ( [
+$subject ] ), quit ()
 
 =item ADDRESSES
 
@@ -14828,6 +18029,24 @@ login (), password (), account (), lpa ()
 
 =back
 
+=head2 O - Generic interface to Perl Compiler backends
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item CONVENTIONS
+
+=item IMPLEMENTATION
+
+=item BUGS
+
+=item AUTHOR
+
+=back
+
 =head2 ODBM_File - Tied access to odbm files
 
 =over 4
@@ -15081,7 +18300,7 @@ name space
 
 =item DESCRIPTION
 
-unix, stdio, perlio, crlf, utf8, bytes, raw, pop
+:unix, :stdio, :perlio, :crlf, :mmap, :utf8, :bytes, :raw, :pop, :win32
 
 =over 4
 
@@ -15164,6 +18383,8 @@ $obj->CLEARERR($fh), $obj->ERROR($fh), $obj->EOF($fh)
 
 =item DESCRIPTION
 
+=item REQUIRED MODULES
+
 =item SEE ALSO
 
 =item ACKNOWLEDGEMENTS
@@ -15312,9 +18533,9 @@ C<-inc =E<gt> 1>, C<-dirs =E<gt> [ $dir1, $dir2, ... ]>, C<-verbose =E<gt>
 
 =item ARGUMENTS
 
-backlink, cachedir, css, flush, header, help, htmldir, htmlroot, index,
-infile, libpods, netscape, outfile, podpath, podroot, quiet, recurse,
-title, verbose
+backlink, cachedir, css, flush, header, help, hiddendirs, htmldir,
+htmlroot, index, infile, libpods, netscape, outfile, podpath, podroot,
+quiet, recurse, title, verbose
 
 =item EXAMPLE
 
@@ -16490,6 +19711,59 @@ C<O_RDONLY>, C<O_WRONLY>, C<O_RDWR>
 
 =back
 
+=head2 Safe - Compile and execute code in restricted compartments
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+a new namespace, an operator mask
+
+=item WARNING
+
+=over 4
+
+=item RECENT CHANGES
+
+=item Methods in class Safe
+
+permit (OP, ...), permit_only (OP, ...), deny (OP, ...), deny_only (OP,
+...), trap (OP, ...), untrap (OP, ...), share (NAME, ...), share_from
+(PACKAGE, ARRAYREF), varglob (VARNAME), reval (STRING), rdo (FILENAME),
+root (NAMESPACE), mask (MASK)
+
+=item Some Safety Issues
+
+Memory, CPU, Snooping, Signals, State Changes
+
+=item AUTHOR
+
+=back
+
+=back
+
+=head2 Scalar::Util - A selection of general-utility scalar subroutines
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+blessed EXPR, dualvar NUM, STRING, isvstring EXPR, isweak EXPR,
+looks_like_number EXPR, openhandle FH, refaddr EXPR, reftype EXPR,
+set_prototype CODEREF, PROTOTYPE, tainted EXPR, weaken REF
+
+=item KNOWN BUGS
+
+=item COPYRIGHT
+
+=item BLATANT PLUG
+
+=back
+
 =head2 Search::Dict, look - search for key in dictionary file
 
 =over 4
@@ -16548,10 +19822,16 @@ C<O_RDONLY>, C<O_WRONLY>, C<O_RDWR>
 
 =over 4
 
-=item OBJECT ORIENTED SYNTAX
+=item Caveats
+
+=item Escaping Magic Characters
+
+=item Configuration
 
 =back
 
+=item BUGS
+
 =item AUTHOR
 
 =back
@@ -16669,7 +19949,7 @@ C<Storable::is_retrieving>
 
 =item BUGS
 
-=item LIMITATION
+=item LIMITATIONS
 
 =item COPYRIGHT
 
@@ -16699,6 +19979,27 @@ C<Storable::is_retrieving>
 
 =back
 
+=head2 Syslog, Sys::Syslog, openlog, closelog, setlogmask, syslog - Perl
+interface to the UNIX syslog(3) calls
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+openlog $ident, $logopt, $facility, syslog $priority, $format, @args,
+setlogmask $mask_priority, setlogsock $sock_type [$stream_location] (added
+in 5.004_02), closelog
+
+=item EXAMPLES
+
+=item SEE ALSO
+
+=item AUTHOR
+
+=back
+
 =head2 Syslog::Syslog, Sys::Syslog, openlog, closelog, setlogmask, syslog -
 Perl interface to the UNIX syslog(3) calls
 
@@ -16869,6 +20170,8 @@ NORMAL TESTS, SKIPPED TESTS, TODO TESTS
 
 =item BUGS and CAVEATS
 
+=item ENVIRONMENT
+
 =item NOTE
 
 =item SEE ALSO
@@ -16895,6 +20198,8 @@ B<new>
 
 =back
 
+B<reset>
+
 =over 4
 
 =item Setting up tests
@@ -16961,6 +20266,8 @@ B<diag>
 
 B<_print>
 
+B<_print_diag>
+
 B<output>, B<failure_output>, B<todo_output>
 
 =over 4
@@ -16987,6 +20294,8 @@ B<_my_exit>
 
 =over 4
 
+=item EXIT CODES
+
 =item THREADS
 
 =item EXAMPLES
@@ -16999,7 +20308,13 @@ B<_my_exit>
 
 =back
 
-=head2 Test::Harness - run perl standard test scripts with statistics
+=head2 Test::Harness - Run Perl standard test scripts with statistics
+
+=over 4
+
+=item VERSION
+
+=back
 
 =over 4
 
@@ -17019,7 +20334,7 @@ else>
 
 =item Configuration variables.
 
-B<$Test::Harness::verbose>, B<$Test::Harness::switches>
+B<$Test::Harness::Verbose>, B<$Test::Harness::switches>
 
 =item Failure
 
@@ -17058,8 +20373,9 @@ C<All tests successful.\nFiles=%d,  Tests=%d, %s>, C<FAILED tests
 =item ENVIRONMENT
 
 C<HARNESS_ACTIVE>, C<HARNESS_COLUMNS>, C<HARNESS_COMPILE_TEST>,
-C<HARNESS_FILELEAK_IN_DIR>, C<HARNESS_IGNORE_EXITCODE>, C<HARNESS_NOTTY>,
-C<HARNESS_OK_SLOW>, C<HARNESS_PERL_SWITCHES>, C<HARNESS_VERBOSE>
+C<HARNESS_DEBUG>, C<HARNESS_FILELEAK_IN_DIR>, C<HARNESS_IGNORE_EXITCODE>,
+C<HARNESS_NOTTY>, C<HARNESS_OK_SLOW>, C<HARNESS_PERL>,
+C<HARNESS_PERL_SWITCHES>, C<HARNESS_VERBOSE>
 
 =item EXAMPLE
 
@@ -17073,6 +20389,10 @@ C<HARNESS_OK_SLOW>, C<HARNESS_PERL_SWITCHES>, C<HARNESS_VERBOSE>
 
 =item BUGS
 
+=item AUTHORS
+
+=item COPYRIGHT
+
 =back
 
 =head2 Test::Harness::Assert - simple assert
@@ -17083,11 +20403,11 @@ C<HARNESS_OK_SLOW>, C<HARNESS_PERL_SWITCHES>, C<HARNESS_VERBOSE>
 
 =item DESCRIPTION
 
-=over 4
+=item FUNCTIONS
 
-=item Functions
+=over 4
 
-B<assert>
+=item C<assert()>
 
 =back
 
@@ -17109,6 +20429,14 @@ B<assert>
 
 =item DESCRIPTION
 
+=over 4
+
+=item new()
+
+=item next()
+
+=back
+
 =back
 
 =head2 Test::Harness::Straps - detailed analysis of test results
@@ -17161,12 +20489,30 @@ B<assert>
 
 =over 4
 
+=item C<_command_line( $file )>
+
+=back
+
+=over 4
+
+=item C<_command>
+
+=back
+
+=over 4
+
 =item C<_switches>
 
 =back
 
 =over 4
 
+=item C<_cleaned_switches>
+
+=back
+
+=over 4
+
 =item C<_INC2PERL5LIB>
 
 =back
@@ -17335,12 +20681,11 @@ B<builder>
 
 =over 4
 
-=item NOTES
+=item EXIT CODES
 
-=item BUGS and CAVEATS
+=item CAVEATS and NOTES
 
-Making your own ok(), The eq_* family has some caveats, Test::Harness
-upgrades
+Backwards compatibility, Overloaded objects, Threads, Test::Harness upgrade
 
 =item HISTORY
 
@@ -17348,6 +20693,8 @@ upgrades
 
 =item AUTHORS
 
+=item BUGS
+
 =item COPYRIGHT
 
 =back
@@ -17769,13 +21116,14 @@ tied hashes
 =item DESCRIPTION
 
 TIEHASH classname, LIST, STORE this, key, value, FETCH this, key, FIRSTKEY
-this, NEXTKEY this, lastkey, EXISTS this, key, DELETE this, key, CLEAR this
+this, NEXTKEY this, lastkey, EXISTS this, key, DELETE this, key, CLEAR
+this, SCALAR this
 
 =item Inheriting from B<Tie::StdHash>
 
 =item Inheriting from B<Tie::ExtraHash>
 
-=item C<UNTIE> and C<DESTROY>
+=item C<SCALAR>, C<UNTIE> and C<DESTROY>
 
 =item MORE INFORMATION
 
@@ -17889,6 +21237,16 @@ $which )
 
 =item DESCRIPTION
 
+=over 4
+
+=item Ambiguous Local Times (DST)
+
+=item Non-Existent Local Times (DST)
+
+=item Negative Epoch Values
+
+=back
+
 =item IMPLEMENTATION
 
 =item BUGS
@@ -17969,9 +21327,10 @@ CLASS->can( METHOD ) >>, C<can( VAL, METHOD )>, C<VERSION ( [ REQUIRE ] )>
 
 =item Constructor and Tailoring
 
-UCA_Version, alternate, backwards, entry, ignoreName, ignoreChar, level,
-normalization, overrideCJK, overrideHangul, preprocess, rearrange, table,
-undefName, undefChar, katakana_before_hiragana, upper_before_lower
+UCA_Version, backwards, entry, hangul_terminator, ignoreName, ignoreChar,
+level, normalization, overrideCJK, overrideHangul, preprocess, rearrange,
+table, undefName, undefChar, katakana_before_hiragana, upper_before_lower,
+variable, alternate
 
 =item Methods for Collation
 
@@ -17995,8 +21354,8 @@ $Collator-E<gt>gsubst($string, $substring, $replacement)>
 
 =item Other Methods
 
-C<%old_tailoring = $Collator-E<gt>change(%new_tailoring)>, UCA_Version,
-Base_Unicode_Version
+C<%old_tailoring = $Collator-E<gt>change(%new_tailoring)>, C<$version =
+$Collator-E<gt>version()>, C<UCA_Version()>, C<Base_Unicode_Version()>
 
 =item EXPORT
 
@@ -18010,11 +21369,9 @@ Base_Unicode_Version
 
 =item SEE ALSO
 
-http://www.unicode.org/reports/tr10/,
-http://www.unicode.org/reports/tr10/allkeys.txt,
-http://www.unicode.org/reports/tr10/CollationTest.html
-http://www.unicode.org/reports/tr10/CollationTest.zip,
-http://www.unicode.org/reports/tr15/, L<Unicode::Normalize>
+Unicode Collation Algorithm - UTS #10, The Default Unicode Collation
+Element Table (DUCET), The conformance test for the UCA, Hangul Syllable
+Type, Unicode Normalization Forms - UAX #15, L<Unicode::Normalize>
 
 =back
 
@@ -18032,6 +21389,7 @@ http://www.unicode.org/reports/tr15/, L<Unicode::Normalize>
 
 C<$NFD_string = NFD($string)>, C<$NFC_string = NFC($string)>,
 C<$NFKD_string = NFKD($string)>, C<$NFKC_string = NFKC($string)>,
+C<$FCD_string = FCD($string)>, C<$FCC_string = FCC($string)>,
 C<$normalized_string = normalize($form_name, $string)>
 
 =item Decomposition and Composition
@@ -18044,6 +21402,7 @@ reorder($string)>, C<$composed_string   = compose($string)>
 
 C<$result = checkNFD($string)>, C<$result = checkNFC($string)>, C<$result =
 checkNFKD($string)>, C<$result = checkNFKC($string)>, C<$result =
+checkFCD($string)>, C<$result = checkFCC($string)>, C<$result =
 check($form_name, $string)>
 
 =item Character Data
@@ -18064,8 +21423,9 @@ C<$may_be_composed_with_prev_char = isComp2nd($codepoint)>
 
 =item SEE ALSO
 
-http://www.unicode.org/unicode/reports/tr15/,
-http://www.unicode.org/Public/UNIDATA/DerivedNormalizationProps.txt
+http://www.unicode.org/reports/tr15/,
+http://www.unicode.org/Public/UNIDATA/DerivedNormalizationProps.txt,
+http://www.unicode.org/notes/tn5/
 
 =back
 
@@ -18199,37 +21559,34 @@ March 18th, 2000
 
 =back
 
-=head2 Win32 - Interfaces to some Win32 API Functions
+=head2 XSLoader - Dynamically load C libraries into Perl code
 
 =over 4
 
+=item SYNOPSIS
+
 =item DESCRIPTION
 
 =over 4
 
-=item Alphabetical Listing of Win32 Functions
+=item Migration from C<DynaLoader>
+
+=item Backward compatible boilerplate
+
+=back
+
+=item Order of initialization: early load()
+
+=over 4
 
-Win32::AbortSystemShutdown(MACHINE), Win32::BuildNumber(),
-Win32::CopyFile(FROM, TO, OVERWRITE), Win32::DomainName(),
-Win32::ExpandEnvironmentStrings(STRING), Win32::FormatMessage(ERRORCODE),
-Win32::FsType(), Win32::FreeLibrary(HANDLE), Win32::GetArchName(),
-Win32::GetChipName(), Win32::GetCwd(), Win32::GetFolderPath(FOLDER [,
-CREATE]), Win32::GetFullPathName(FILENAME), Win32::GetLastError(),
-Win32::GetLongPathName(PATHNAME), Win32::GetNextAvailDrive(),
-Win32::GetOSVersion(), Win32::GetOSName(),
-Win32::GetShortPathName(PATHNAME), Win32::GetProcAddress(INSTANCE,
-PROCNAME), Win32::GetTickCount(), Win32::InitiateSystemShutdown,
-Win32::IsWinNT(), Win32::IsWin95(), Win32::LoadLibrary(LIBNAME),
-Win32::LoginName(), Win32::LookupAccountName(SYSTEM, ACCOUNT, DOMAIN, SID,
-SIDTYPE), Win32::LookupAccountSID(SYSTEM, SID, ACCOUNT, DOMAIN, SIDTYPE),
-Win32::MsgBox(MESSAGE [, FLAGS [, TITLE]]), Win32::NodeName(),
-Win32::RegisterServer(LIBRARYNAME), Win32::SetChildShowWindow(SHOWWINDOW),
-Win32::SetCwd(NEWDIRECTORY), Win32::SetLastError(ERROR),
-Win32::Sleep(TIME), Win32::Spawn(COMMAND, ARGS, PID),
-Win32::UnregisterServer(LIBRARYNAME)
+=item The most hairy case
 
 =back
 
+=item LIMITATIONS
+
+=item AUTHOR
+
 =back
 
 =head1 AUXILIARY DOCUMENTATION