From 9000bd0277c117489e3b2c59caaa1f1d048b72de Mon Sep 17 00:00:00 2001 From: Mark-Jason Dominus Date: Tue, 5 Mar 2002 05:35:58 +0000 Subject: [PATCH] DOC PATCH 5.7.3 (perldelta) Message-Id: <20020305053558.31677.qmail@plover.com> p4raw-id: //depot/perl@15040 --- pod/perldelta.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 962747a..e9d35ec 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2329,6 +2329,13 @@ See L =item * +The debugger has a new C option to control the maximum +depth to which nested structures are dumped. The C command has +been extended so that C dumps out the value of I to a +depth of at most I levels. + +=item * + If an attempt to use a (non-blessed) reference as an array index is made, a warning is given. -- 1.8.3.1