From c406044371cef6d40a3633f2b77b4125eb4b603a Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Sun, 31 Jul 2005 15:15:35 +0000 Subject: Remove the documentation for $#, which has been removed p4raw-id: //depot/perl@25246 --- pod/perlvar.pod | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'pod/perlvar.pod') diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 52ed78bbc1..5589ce2712 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 -- cgit v1.2.1