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 d85c3a2 commit 554ced0Copy full SHA for 554ced0
pod/perlvar.pod
@@ -2626,7 +2626,8 @@ using it now triggers a compilation error: C<$# is no longer supported>.
2626
2627
This is not the sigil you use in front of an array name to get the
2628
last index, like C<$#array>. That's still how you get the last index
2629
-of an array in Perl. The two have nothing to do with each other.
+of an array in Perl. (See L<perlintro/Arrays>.)
2630
+The two have nothing to do with each other.
2631
2632
Deprecated in Perl 5.
2633
0 commit comments