From: Rafael Garcia-Suarez Date: Sun, 31 Jul 2005 15:15:35 +0000 (+0000) Subject: Remove the documentation for $#, which has been removed X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c406044371cef6d40a3633f2b77b4125eb4b603a;p=p5sagit%2Fp5-mst-13.2.git Remove the documentation for $#, which has been removed p4raw-id: //depot/perl@25246 --- diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 52ed78b..5589ce2 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -475,18 +475,6 @@ taken for something more important.) Consider using "real" multidimensional arrays as described in L. -=item $# - -The output format for printed numbers. This variable is a half-hearted -attempt to emulate B's OFMT variable. There are times, however, -when B and Perl have differing notions of what counts as -numeric. The initial value is "%.Ig", where I is the value -of the macro DBL_DIG from your system's F. This is different from -B's default OFMT setting of "%.6g", so you need to set C<$#> -explicitly to get B's value. (Mnemonic: # is the number sign.) - -Use of C<$#> is deprecated. - =item HANDLE->format_page_number(EXPR) =item $FORMAT_PAGE_NUMBER