diff options
author | Mark-Jason Dominus <mjd@plover.com> | 2002-03-05 05:35:58 +0000 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-03-05 05:10:33 +0000 |
commit | 9000bd0277c117489e3b2c59caaa1f1d048b72de (patch) | |
tree | ad301646c72617ca437b9146f1fc4d609a035f0c | |
parent | 38bb8ccec9bd397fcc3e28e6eb0ede9740779a6b (diff) | |
download | perl-9000bd0277c117489e3b2c59caaa1f1d048b72de.tar.gz |
DOC PATCH 5.7.3 (perldelta)
Message-Id: <20020305053558.31677.qmail@plover.com>
p4raw-id: //depot/perl@15040
-rw-r--r-- | pod/perldelta.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 962747aa3c..e9d35eccf6 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2329,6 +2329,13 @@ See L<perldebug> =item * +The debugger has a new C<dumpDepth> option to control the maximum +depth to which nested structures are dumped. The C<x> command has +been extended so that C<x N EXPR> dumps out the value of I<EXPR> to a +depth of at most I<N> levels. + +=item * + If an attempt to use a (non-blessed) reference as an array index is made, a warning is given. |