in reply to Re: convert hex string to hex number
in thread convert hex string to hex number
There isn't such a thing as a "hex number" in Perl.
Then how do you explain this ...
perl -le "print 0x10 + 1" 17
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: convert hex string to hex number
by shmem (Chancellor) on Jul 03, 2008 at 11:23 UTC |