in reply to Re: Reverse Hexadecimal Translation
in thread Reverse Hexadecimal Translation
Aren't your variables named backwards here? This sprintf format does decimal->hex translation; your variables make it look like hex->decimal translation.> my $dec_number = sprintf "%lx", $number;
|
|---|