Help for this page

Select Code to Download


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