Help for this page
my @flatarray; foreach (@twodimarray) { ... } # for numeric data @flatarray = sort { $a <=> $b } @flatarray;