diff options
author | Alan Haggai Alavi <alanhaggai@alanhaggai.org> | 2011-06-11 20:44:48 +0530 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2011-06-11 12:22:28 -0400 |
commit | 38e5787b86d127be95d5c57554453a7b9fe57fd2 (patch) | |
tree | 675548cf58415d2ef2b77ceeec8a4706bab82d46 /pod/perlvar.pod | |
parent | c5caff6bdad0e3e54b8a7018a5c29448caeccabf (diff) | |
download | perl-38e5787b86d127be95d5c57554453a7b9fe57fd2.tar.gz |
perlvar.pod: fixed typo
Signed-off-by: David Golden <dagolden@cpan.org>
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r-- | pod/perlvar.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 80aef04d77..ccc4196bfa 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -2041,7 +2041,7 @@ See L<perldiag> for details about error messages. =item $# X<$#> X<$OFMT> -C<$#> was a variable that you could be use to format printed numbers. +C<$#> was a variable that could be used to format printed numbers. After a deprecation cycle, its magic was removed in Perl 5.10 and using it now triggers a warning: C<$# is no longer supported>. |