This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
949d010
)
oct() and hex()
author
Nicholas Clark
<nick@ccl4.org>
Fri, 31 Aug 2001 23:14:13 +0000
(
00:14
+0100)
committer
Abhijit Menon-Sen
<ams@wiw.org>
Sat, 1 Sep 2001 11:31:16 +0000
(11:31 +0000)
Message-Id: <
20010831231413
.J4950@plum.flirble.org>
p4raw-id: //depot/perl@11807
pod/perlclib.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlclib.pod
b/pod/perlclib.pod
index
a0f4a80
..
861bf5e
100644
(file)
--- a/
pod/perlclib.pod
+++ b/
pod/perlclib.pod
@@
-166,7
+166,7
@@
table, C<c> is a C<char>, and C<u> is a Unicode codepoint.
strtoul(s, *p, n) Strtoul(s, *p, n)
Notice also the C<scan_bin>, C<scan_hex>, and C<scan_oct> functions in
-F<
util
.c> for converting strings representing numbers in the respective
+F<
numeric
.c> for converting strings representing numbers in the respective
bases into C<NV>s.
In theory C<Strtol> and C<Strtoul> may not be defined if the machine perl is