diff options
Diffstat (limited to 'pod/perldebug.pod')
-rw-r--r-- | pod/perldebug.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldebug.pod b/pod/perldebug.pod index b711094b37..833d8877ea 100644 --- a/pod/perldebug.pod +++ b/pod/perldebug.pod @@ -581,6 +581,11 @@ commands: Print only first N elements ('' for all). +=item C<dumpDepth> + +Limit recursion depth to N levels when dumping structures. +Negative values are interpreted as infinity. Default: infinity. + =item C<compactDump>, C<veryCompact> Change the style of array and hash output. If C<compactDump>, short array |