perl - How to convert 64 bits integer represented as decimal string into hex string -



perl - How to convert 64 bits integer represented as decimal string into hex string -

how convert 64 bits integer represented decimal string hex string? need in perl on scheme doesn't back upwards quads.

use math::bigint; $decimal_string = '123456789123456789'; $hex_string = math::bigint->new($decimal_string)->as_hex();

perl

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -