Help for this page
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 ;