in reply to Re: to convert 16 dig hex to dec
in thread to convert 16 dig hex to dec

I am getting an overflow error Integer overflow in hexadecimal number at hextodec.pl line 8. This is the output 1.13665292985635e+019 I need the output as not in exponential notation but string and I have tried
$dec = hex $hex; printf "%s", $dec;