in reply to Array of Arrays Sorting

Had to print them using
foreach (@sorted) { print @$_; }
That's it...thanks for solving the problem :)
Raghu