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 8b842a5 commit 820d1c7Copy full SHA for 820d1c7
doc/Language/variables.pod
@@ -48,9 +48,7 @@ List assignment leaves the choice of what to do to the variable on the left.
48
49
For example, L<Array> variables (C<@> sigil) empty themselves on list
50
assignment and then put all the values from the right-hand side into
51
-themselves. Contrary to item assignment, it means that the type of the
52
-variable on the left always stays C<Array>, regardless of the type of the
53
-right-hand side.
+themselves.
54
55
The type of assignment (item or list) is decided by the first context
56
seen in the current expression or declarator:
0 commit comments