in reply to Sort a two-dimensional array?
use Data::Dumper; # ... your sort code here ... print Dumper \@big_table_array;
Data::Dumper is handy to have in your toolbox when it's time for this kind of inspection.
$perlmonks{seattlejohn} = 'John Clyman';
|
|---|