From: Gwyn Judd Date: Tue, 17 Jul 2001 20:55:58 +0000 (+1200) Subject: make printf refer to sprintf X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f39758bfd81602efcc8ca82c9bb02e62fe585396;p=p5sagit%2Fp5-mst-13.2.git make printf refer to sprintf Message-Id: <20010717205558.A3107@thislove> p4raw-id: //depot/perl@11396 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index fcd6f57..3f86c6a 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -3490,9 +3490,10 @@ you will have to use a block returning its value instead: Equivalent to C, except that C<$\> (the output record separator) is not appended. The first argument -of the list will be interpreted as the C format. If C is -in effect, the character used for the decimal point in formatted real numbers -is affected by the LC_NUMERIC locale. See L. +of the list will be interpreted as the C format. See C +for an explanation of the format argument. If C is in effect, +the character used for the decimal point in formatted real numbers is +affected by the LC_NUMERIC locale. See L. Don't fall into the trap of using a C when a simple C would do. The C is more efficient and less