X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperltoc.pod;h=7c16f94edc15724820832b99bc0bed79d436769d;hb=1294c5d8aacbdf3e788f97f257074bdd2bf02fd9;hp=81b81ccb4218b38f91b447d6ad26c319fc68f389;hpb=55703d846f4330df36df26f4c56ca9863dba637e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perltoc.pod b/pod/perltoc.pod index 81b81cc..7c16f94 100644 --- a/pod/perltoc.pod +++ b/pod/perltoc.pod @@ -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 @@ -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, +ECRE, 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 command, E +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, , 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 @@ -3147,7 +3181,7 @@ have man pages yet: =head1 AUTHOR -Larry Wall EE, with the help of oodles of +Larry Wall EFE, with the help of oodles of other folks.