in reply to
Array of Arrays Sorting
Had to print them using
foreach (@sorted) { print @$_; }
[download]
That's it...thanks for solving the problem :)
Raghu
Comment on
Re: Array of Arrays Sorting
Download
Code
In Section
Seekers of Perl Wisdom