in reply to Constructing 32-bit hexadecimal integers

$x = "\x2D\x05"; print unpack"n",$x;