Patch for pod/perlpod.pod
[p5sagit/p5-mst-13.2.git] / pod / perltoc.pod
index 89a5fda..7c16f94 100644 (file)
@@ -232,7 +232,7 @@ y/SEARCHLIST/REPLACEMENTLIST/cds
 =item Constant Folding
 
 
-=item Integer arithmetic
+=item Integer Arithmetic
 
 
 
@@ -247,6 +247,8 @@ y/SEARCHLIST/REPLACEMENTLIST/cds
 =item DESCRIPTION
 
 
+i, m, s, x
+
 =over
 
 =item Regular Expressions
@@ -323,7 +325,7 @@ functions
 =item Alphabetical Listing of Perl Functions
 
 
--X FILEHANDLE, -X EXPR, -X, abs VALUE, accept NEWSOCKET,GENERICSOCKET,
+-I<X> FILEHANDLE, -I<X> EXPR, -I<X>, abs VALUE, accept NEWSOCKET,GENERICSOCKET,
 alarm SECONDS, atan2 Y,X, bind SOCKET,NAME, binmode FILEHANDLE, bless
 REF,CLASSNAME, bless REF, caller EXPR, caller, chdir EXPR, chmod LIST,
 chomp VARIABLE, chomp LIST, chomp, chop VARIABLE, chop LIST, chop,
@@ -742,6 +744,11 @@ structures, objects
 =item Method Invocation
 
 
+=item Default UNIVERSAL methods
+
+isa(CLASS), can(METHOD), VERSION([VERSION]), class(), is_instance()
+
+
 =item Destructors
 
 
@@ -857,20 +864,43 @@ FIRSTKEY this, NEXTKEY this, lastkey, DESTROY this
 =item DESCRIPTION
 
 
+=item The Perl Debugger
+
+
 =over
 
-=item Debugging
+=item Debugger Commands
+
+
+h [command], p expr, x expr, V [pkg [vars]], X [vars], T, s [expr], n,
+E<lt>CRE<gt>, c [line], l, l min+incr, l min-max, l line, l subname,
+-, w [line], f filename, /pattern/, ?pattern?, L, S [[!]pattern], t, t
+expr, b [line] [condition], b subname [condition], d [line], D, a
+[line] command, A, O [opt[=val]] [opt"val"] [opt?].., recallCommand,
+ShellBang, pager, arrayDepth, hashDepth, compactDump, veryCompact,
+globPrint, DumpDBFiles, DumpPackages, quote, HighBit, undefPrint,
+tkRunning, signalLevel, warnLevel. dieLevel, E<lt> command, E<gt>
+command, ! number, ! -number, ! pattern, !! cmd, H -number, q or ^D,
+R, |dbcmd, ||dbcmd, = [alias value], command, p expr
 
 
-h, T, s, n, f, c, c line, <CR>, l min+incr, l min-max, l line, l, -, w
-line, l subname, /pattern/, ?pattern?, L, S, t, b line [ condition ], b
-subname [ condition ], d line, D, a line command, A, < command, >
-command, V package [symbols], X [symbols], ! number, ! -number, H
--number, q or ^D, command, p expr
+=item Debugger Customization
 
-=item Customization
 
+=item Readline Support
 
+
+=item Editor Support for Debugging
+
+
+=item The Perl Profiler
+
+
+=item Debugger Internals
+
+TTY, noTTY, ReadLine, NonStop, LineInfo
+
+  
 =item Other resources
 
 
@@ -899,10 +929,14 @@ command, V package [symbols], X [symbols], ! number, ! -number, H
 
 =over
 
-=item Format Variables
+=item Laundering and Detecting Tainted Data
+
 
+=item Cleaning Up Your Path
 
 
+=item Security Bugs
+  
 
 =back
 
@@ -928,7 +962,7 @@ command, V package [symbols], X [symbols], ! number, ! -number, H
 
 
 =head2 perlipc - Perl interprocess communication (signals, fifos,
-pipes, safe subprocceses, sockets, and semaphores)
+pipes, safe subprocesses, sockets, and semaphores)
 
 =item DESCRIPTION
 
@@ -1697,7 +1731,7 @@ I<Concatenation>, I<Comparison operations>, I<Copy operator>
 
 
 overload::StrVal(arg), overload::Overloaded(arg),
-overload::Method(obj,op)
+C<overload::Method(obj,op)>
 
 =item IMPLEMENTATION
 
@@ -1831,7 +1865,7 @@ new, debug
 =item Standard Exports
 
 
-timeit(COUNT, CODE), timethis, timethese, timediff, timestr
+C<timeit(COUNT, CODE)>, timethis, timethese, timediff, timestr
 
 =item Optional Exports
 
@@ -1987,7 +2021,7 @@ get, put, del, fd, seq, sync
 
 @dl_library_path, @dl_resolve_using, @dl_require_symbols, dl_error(),
 $dl_debug, dl_findfile(), dl_expandspec(), dl_load_file(),
-dl_find_symbol(), dl_undef_symbols(), dl_install_xsub(), boostrap()
+dl_find_symbol(), dl_undef_symbols(), dl_install_xsub(), bootstrap()
 
 =item AUTHOR
 
@@ -2412,7 +2446,7 @@ C<basename>, C<dirname>
 =item DESCRIPTION
 
 
-$fh->print, $fh->printf, $fh->getline, $fh->getlines
+  $fh->print, $fh->printf, $fh->getline, $fh->getlines
 
 =item SEE ALSO
 
@@ -3147,7 +3181,7 @@ have man pages yet:
 
 =head1 AUTHOR
 
-Larry Wall E<lt><F<lwall@sems.com>E<gt>, with the help of oodles of
+Larry Wall E<lt>F<larry@wall.org>E<gt>, with the help of oodles of
 other folks.