in reply to
Sorting a text file
Since the file is small, this would also be a good candidate for
Tie::File
. Then the sorting should be easy (see other posts in this thread for that).
---
It's all fine and dandy until someone has to look at the code.
Comment on
Re: Sorting a text file
In Section
Seekers of Perl Wisdom