in reply to Re: converting big hex to dec
in thread converting big hex to dec
sub hex16dec {That's misnamed. It's not returning a decimal string. It's returning a number without a base. It's Perl's number-to-string conversion that is doing the "decimalification" later.
So a better name for that would be "from_hex_16" or something like that.
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: converting big hex to dec
by BrowserUk (Patriarch) on Sep 27, 2005 at 17:09 UTC |