From 7d345e3d3cb70932e43f7537e9dd2a3bce50b11b Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Wed, 14 Dec 2011 20:10:08 -0800 Subject: [PATCH] =?utf8?q?Bring=20perldiag/=E2=80=98Assigning=20non-zero?= =?utf8?q?=20to=20$[=E2=80=99=20closer=20to=20reality?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Or closer to what will imminently be its reality --- pod/perldiag.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 6a05c18..6f0a77f 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -240,8 +240,8 @@ spots. This is now heavily deprecated. =item Assigning non-zero to $[ is no longer possible -(F) The special variable C<$[>, deprecated in older perls, is now a fixed -zero value, because the feature that it used to control has been removed. +(F) When the "array_base" feature is disabled (e.g., under C) +the special variable C<$[>, which is deprecated, is now a fixed zero value. =item Assignment to both a list and a scalar -- 2.7.4