We are running a perl application on a 64 bit machine.  We have a piece
of code that takes a hex number and converts it to decimal for
storage.  The hex number is an id number from another system.  This
system has started passing us 64 bit numbers recently.  The new 64 bit
values cause an integer overflow in the built-in hex() function.
<br><br>I was not able to find anything via a web search to indicate
this is a known problem.&nbsp; Anyone else have experience/insights that
might help me around this issue?<br><br>Thanks<br><br>-bill