in reply to 64 bit integers woes
$ perl -MMath::BigInt -le'print unpack "H*", pack "Q", Math::BigInt->n +ew("18446744073709551360");' 00ffffffffffffff $ perl -MMath::BigInt -le'print unpack "H*", "".reverse pack "Q", Math +::BigInt->new("18446744073709551360");' ffffffffffffff00
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: 64 bit integers woes
by semuel (Novice) on Sep 07, 2009 at 09:05 UTC | |
by ikegami (Patriarch) on Sep 07, 2009 at 09:34 UTC |