in reply to Re: Extra Long HEX to Decimal Converion Issue on Select Platforms
in thread Extra Long HEX to Decimal Converion Issue on Select Platforms
I uploaded the revised module and hopefully this time it passes on all systems.my $n = Math::BigInt->new('0x3BFA281009296F2'); my $manufacturer = sprintf("%010s", $n->bstr );
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Extra Long HEX to Decimal Converion Issue on Select Platforms
by Jim (Curate) on Jul 15, 2012 at 23:20 UTC |