http://www.perlmonks.org?node_id=944827


in reply to Re^2: pack and unpack trouble
in thread pack and unpack trouble

Adapted from perlfaq4: How do I convert between numeric representations/bases/radixes?
my $hex_string = sprintf '%X', 1365238130;