summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Book <grinnz@grinnz.com>2020-04-11 01:55:05 -0400
committerKarl Williamson <khw@cpan.org>2020-04-11 08:04:03 -0600
commit4e73b46fe05776566ef0022e68bc205eef43688e (patch)
treefdbc65f49ae1f7ef94e8c53900df6e0638a5a062
parenta5ebaea1256879b6be6776f2cf8be0a2f3ae2579 (diff)
downloadperl-4e73b46fe05776566ef0022e68bc205eef43688e.tar.gz
perldata - More specific about assignment restriction of key/value slices
-rw-r--r--pod/perldata.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldata.pod b/pod/perldata.pod
index 2ab55687a2..b50f817dca 100644
--- a/pod/perldata.pod
+++ b/pod/perldata.pod
@@ -1081,8 +1081,8 @@ returning a list of key/value pairs rather than just values:
# %removed is now (foo => 3, bar => 8)
# %h is now (blonk => 2, squink => 5)
-However, the result of such a slice cannot be localized or used
-in assignment. These are otherwise very much consistent with hash slices
+However, the result of such a slice cannot be localized or assigned to.
+These are otherwise very much consistent with hash slices
using the @ symbol.
=head3 Index/Value Array Slices