in reply to Re^3: Sorting Puzzle (just sort)
in thread Sorting Puzzle

I have no reason; I grabbed the first one I found. If other "big math" modules work as well, great!

Replies are listed 'Best First'.
Re^5: Sorting Puzzle (just sort)
by ysth (Canon) on Feb 21, 2007 at 02:52 UTC
    bigint is a viral make-everything-a-Math::BigInt layer for Math::BigInt; if you don't want that (and usually you don't), selectively using Math::BigInt->new('string-of-digits') to get an overloaded object is a lot less intrusive.