We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ac2b0 commit f5d00a5Copy full SHA for f5d00a5
S02-bits.pod
@@ -4203,7 +4203,7 @@ the identifier is otherwise declared.
4203
4204
There's also no "C<use strict 'refs'>" because symbolic dereferences
4205
are now syntactically distinguished from hard dereferences.
4206
-C<@($arrayref)> must now provide an actual array object, while
+C<@($array)> must now provide an actual array object, while
4207
C<@::($string)> is explicitly a symbolic reference. (Yes, this may
4208
give fits to the P5-to-P6 translator, but I think it's worth it to
4209
separate the concepts. Perhaps the symbolic ref form will admit real
0 commit comments