hi
I got an error said " Integer overflow in hexadecimal number at /acec/nv2am/bin/nokscan line 294.".
The error message happened once i convert hex to int from hextoint function. The function as below. Could somebody help me how to solve to error ?
sub hextoint { my $hex = shift; return sprintf ("%20d", hex($hex)); }
In reply to Integer overflow in hexadecimal number by bh_perl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |