http://www.perlmonks.org?node_id=943985


in reply to Re: Sort command equivalent in perl
in thread Sort command equivalent in perl

Will the sort still happen in memory? If it is not in memory, I do not see how this can do the @file = sort @file without data loss. If it is in memory, we are back to the original problem.

+1 for the unique approach.

--MidLifeXis