File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2626,7 +2626,7 @@ X<$#>
26262626
26272627C<$#> was a variable that could be used to format printed numbers.
26282628After a deprecation cycle, its magic was removed in Perl v5.10.0 and
2629- using it now triggers a warning : C<$# is no longer supported>.
2629+ using it now triggers a compilation error : C<$# is no longer supported>.
26302630
26312631This is not the sigil you use in front of an array name to get the
26322632last index, like C<$#array>. That's still how you get the last index
@@ -2641,7 +2641,7 @@ X<$*>
26412641
26422642C<$*> was a variable that you could use to enable multiline matching.
26432643After a deprecation cycle, its magic was removed in Perl v5.10.0.
2644- Using it now triggers a warning : C<$* is no longer supported>.
2644+ Using it now triggers a compilation error : C<$* is no longer supported>.
26452645You should use the C</s> and C</m> regexp modifiers instead.
26462646
26472647Deprecated in Perl 5.
You can’t perform that action at this time.
0 commit comments