In perl.git, the branch abigail/deprecation has been updated <http://perl5.git.perl.org/perl.git/commitdiff/3dc68c0bb8e5fbd81da6b416938c2d9297f4cb69?hp=b9e2a3484152f4fceee8731e0556cb4159713bb1>
- Log ----------------------------------------------------------------- commit 3dc68c0bb8e5fbd81da6b416938c2d9297f4cb69 Author: Abigail <[email protected]> Date: Thu Nov 17 00:38:38 2016 +0100 Fix mentioning of C<$#>. A copy and past left a C<$*> instead of a C<$#>. Pointed out by douglas steinwand. ----------------------------------------------------------------------- Summary of changes: pod/perldeprecation.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perldeprecation.pod b/pod/perldeprecation.pod index 8effa9f..1cdca1b 100644 --- a/pod/perldeprecation.pod +++ b/pod/perldeprecation.pod @@ -120,7 +120,7 @@ was discontinued in Perl 5.26. Instead of using C<$#>, you should be using C<(s)printf> to format your numbers. -Although you can use C<$*> as a normal variable, you are discouraged +Although you can use C<$#> as a normal variable, you are discouraged from doing so. -- Perl5 Master Repository
