projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ff06cc
)
Fix nit in previous patch, spotted by Gisle
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Wed, 25 Oct 2006 11:18:27 +0000
(11:18 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Wed, 25 Oct 2006 11:18:27 +0000
(11:18 +0000)
p4raw-id: //depot/perl@29105
pod/perlfunc.pod
patch
|
blob
|
history
diff --git
a/pod/perlfunc.pod
b/pod/perlfunc.pod
index
ab3b0e1
..
3a94c2f
100644
(file)
--- a/
pod/perlfunc.pod
+++ b/
pod/perlfunc.pod
@@
-5516,7
+5516,7
@@
In addition, Perl permits the following widely-supported conversions:
%E like %e, but using an upper-case "E"
%G like %g, but with an upper-case "E" (if applicable)
%b an unsigned integer, in binary
- %B like %
x
, but using an upper-case "B" with the # flag
+ %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