in reply to
Sorting and Arranging data from input file
Perl is an excellent choice for this task. Read some documentation
perlintro
perldoc -q sort
Then write some code. If you still have problems, post what you have tried (in code tags -- refer to
Writeup Formatting Tips
).
Comment on
Re: Sorting and Arranging data from input file
Download
Code
In Section
Seekers of Perl Wisdom