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.
2 parents 9be6234 + a8a952a commit 6b614dfCopy full SHA for 6b614df
doc/Language/5to6-nutshell.pod
@@ -181,7 +181,7 @@ name.
181
182
=head4 C<$> Scalar
183
184
-The C<$> sigil is now always used with "item" variables (e.g. C<$name>),
+The C<$> sigil is now always used with "scalar" variables (e.g. C<$name>),
185
and no longer for L<array indexing|#[]_Array_indexing/slicing> and L<Hash
186
indexing|#{}_Hash_indexing/slicing>. That is, you will still use C<$x[1]>
187
and C<$x{"foo"}>, but you use them on C<$x>, not C<@x> or C<%x>.
0 commit comments