in reply to Bit by a Hex String
I have a hex string that is 104 bits.
Huh? What exactly do you have? A bit string, or a string using hexadecimal numbers?
Oh, and for those wondering why I'm not using Math::BigInt, this script will be distributed, and it is likely that atleast one machine won't have that on it
Considering that Math::BigInt has been part of the standard distribution for a while, that seems unlikely. Furthermore, Math::BigInt lives on CPAN, so you should be able to distribute it with your program if you want to.
Abigail
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Bit by a Hex String
by abitkin (Monk) on Aug 29, 2003 at 14:28 UTC | |
by Abigail-II (Bishop) on Aug 29, 2003 at 15:08 UTC | |
by abitkin (Monk) on Aug 29, 2003 at 15:29 UTC | |
by Abigail-II (Bishop) on Aug 29, 2003 at 15:45 UTC | |
by abitkin (Monk) on Aug 29, 2003 at 15:52 UTC |