Help for this page

Select Code to Download


  1. or download this
    my @array = (12,23,34,56,876,324,13) ;
    # Use the array below to test for alphas
    ...
    my @sorted = sort $sortsub @array ;
    
    print map "$_\n",@sorted ;