From: Nicholas Clark Date: Fri, 31 Aug 2001 23:14:13 +0000 (+0100) Subject: oct() and hex() X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2826e23d06eb57e0799af5f9f67c55c5975ba0e5;p=p5sagit%2Fp5-mst-13.2.git oct() and hex() Message-Id: <20010831231413.J4950@plum.flirble.org> p4raw-id: //depot/perl@11807 --- 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