The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Sort::External

Use Sort::External for sorting collections which are too large to sort
in-memory.

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install

COPYRIGHT AND LICENSE

Copyright 2005-2008 Marvin Humphrey

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.