# New Ticket Created by Dan Jacobson
# Please include the string: [perl #34155]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=34155 >
perldoc -f hex should say how to convert back too.
perldoc -f oct does.
Be consistent, or at least add a hint.
okay Dan, how does this grab you?
--- perlfunc.pod Tue Mar 8 12:23:37 2005
+++ perlfunc.pod.new Tue Mar 8 18:22:41 2005
@@no-spam -2273,7 +2273,8 @@no-spam
Hex strings may only represent integers. Strings that would cause
integer overflow trigger a warning. Leading whitespace is not stripped,
-unlike oct().
+unlike L</oct>. To present something as hex, look into L</printf>, L</sprintf>,
+or L</unpack>.
=item import
On Wed, 16 Feb 2005 07:45:12 -0800 (PST), via RT Dan Jacobson
<perlbug-followup@no-spam> wrote:
> perldoc -f hex should say how to convert back too.
> perldoc -f oct does.
> Be consistent, or at least add a hint.