- or download this
D:\>perl -MMath::BigInt -wle "$x = Math::BigInt->new(~0); $x++; while(
+\"$x\" == ~0){$x++}; print $x;"
18446744073709553665
- or download this
D:\>perl -le "print 'ok' if 18446744073709553665 == 184467440737095546
+00;"
ok
- or download this
D:\>perl -wle "print 'ok' if 18446744073709554600 == 18446744073709554
+599;"
ok