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 a0a9f45 commit c70ef8aCopy full SHA for c70ef8a
lib/Language/5to6.pod
@@ -167,7 +167,7 @@ name.
167
168
The C<$> sigil is now always used with "item" variables (e.g. C<$name>),
169
and no longer for L<array indexing|#[]_Array_indexing/slicing> and L<Hash
170
-indexing|#{}_hash_indexing/slicing>.
+indexing|#{}_Hash_indexing/slicing>.
171
172
=head4 C<@> Array
173
@@ -289,14 +289,12 @@ I<Indexing>
289
say @months[2]; # Perl 6 - @ instead of $
290
=end item
291
292
-
293
=begin item
294
I<Value-slicing>
295
296
say join ',', @months[6, 8..11]; # Perl 5 and Perl 6
297
298
299
300
301
I<Key/value-slicing>
302
0 commit comments