File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2626,7 +2626,7 @@ X<$#>
2626
2626
2627
2627
C<$#> was a variable that could be used to format printed numbers.
2628
2628
After 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>.
2630
2630
2631
2631
This is not the sigil you use in front of an array name to get the
2632
2632
last index, like C<$#array>. That's still how you get the last index
@@ -2641,7 +2641,7 @@ X<$*>
2641
2641
2642
2642
C<$*> was a variable that you could use to enable multiline matching.
2643
2643
After 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>.
2645
2645
You should use the C</s> and C</m> regexp modifiers instead.
2646
2646
2647
2647
Deprecated in Perl 5.
You can’t perform that action at this time.
0 commit comments