in reply to Re: Reverse Hexadecimal Translation
in thread Reverse Hexadecimal Translation

chromatic wrote:
> my $dec_number = sprintf "%lx", $number;
Aren't your variables named backwards here? This sprintf format does decimal->hex translation; your variables make it look like hex->decimal translation.