in reply to
String to Hex
You could try
Math::BigInt
->new('24600988483')->as_hex()
... It looks to me like your big integer is overflowing the '%x'. I wasn't aware it overflowed that smallishly.
-Paul
Comment on
Re: String to Hex
Download
Code
In Section
Seekers of Perl Wisdom