Help for this page

Select Code to Download


  1. or download this
    @array=(<your data>);
    @array=sort @array;
    print "@array\n";