From e38523840a8a9be645c93d91b9cd796de84f508c Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 31 Dec 2011 19:30:04 -0800 Subject: [PATCH] [perl #103492] Correct docs for %n format in perlfunc --- pod/perlfunc.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 7674c49..be9290b 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -6323,7 +6323,7 @@ In addition, Perl permits the following widely-supported conversions: %B like %b, but using an upper-case "B" with the # flag %p a pointer (outputs the Perl value's address in hexadecimal) %n special: *stores* the number of characters output so far - into the next variable in the parameter list + into the next argument in the parameter list Finally, for backward (and we do mean "backward") compatibility, Perl permits these unnecessary but widely-supported conversions: -- 2.7.4