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

sandeepau has asked for the wisdom of the Perl Monks concerning the following question:

What is equivalent of following unix sort command in Perl? sort -T '\temp' input.txt> output.txt Can we store temporary files in other directories in Perl while performing sort?