awohld has asked for the wisdom of the Perl Monks concerning the following question:
my $manufacturer = sprintf("%010d", Math::BigInt->new("0x$1"));
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Extra Long HEX to Decimal Converion Issue on Select Platforms
by roboticus (Chancellor) on Jul 14, 2012 at 21:41 UTC | |
Re: Extra Long HEX to Decimal Converion Issue on Select Platforms
by mbethke (Hermit) on Jul 15, 2012 at 02:48 UTC | |
Re: Extra Long HEX to Decimal Converion Issue on Select Platforms
by Athanasius (Archbishop) on Jul 15, 2012 at 16:34 UTC | |
by awohld (Hermit) on Jul 15, 2012 at 17:33 UTC | |
by Jim (Curate) on Jul 15, 2012 at 23:20 UTC |