Help for this page
Select Code to Download
Select
or
download this
sub hex_to_signed_quad { return unpack 'q>', substr(('0'x16).$_[0], -16); }