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

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.