From 2826e23d06eb57e0799af5f9f67c55c5975ba0e5 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sat, 1 Sep 2001 00:14:13 +0100 Subject: [PATCH] oct() and hex() Message-Id: <20010831231413.J4950@plum.flirble.org> p4raw-id: //depot/perl@11807 --- pod/perlclib.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlclib.pod b/pod/perlclib.pod index a0f4a80..861bf5e 100644 --- a/pod/perlclib.pod +++ b/pod/perlclib.pod @@ -166,7 +166,7 @@ table, C is a C, and C is a Unicode codepoint. strtoul(s, *p, n) Strtoul(s, *p, n) Notice also the C, C, and C functions in -F for converting strings representing numbers in the respective +F for converting strings representing numbers in the respective bases into Cs. In theory C and C may not be defined if the machine perl is -- 2.7.4