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

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

ms access - C# - Using OleDbParameter on table name -