From: Andreas König Date: Sat, 16 Nov 2002 16:29:14 +0000 (+0100) Subject: Typo in perl58delta X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=899914caadddae9f40c2da9fd2949220633c94e1;p=p5sagit%2Fp5-mst-13.2.git Typo in perl58delta Message-ID: p4raw-id: //depot/perl@18147 --- diff --git a/pod/perl58delta.pod b/pod/perl58delta.pod index 46b50f0..9b9e529 100644 --- a/pod/perl58delta.pod +++ b/pod/perl58delta.pod @@ -678,10 +678,10 @@ returns the number of slept seconds. =item * -The printf() and sprintf() now support parameter reordering using the +printf() and sprintf() now support parameter reordering using the C<%\d+\$> and C<*\d+\$> syntaxes. For example - print "%2\$s %1\$s\n", "foo", "bar"; + printf "%2\$s %1\$s\n", "foo", "bar"; will print "bar foo\n". This feature helps in writing internationalised software, and in general when the order