Help for this page
@sorted = sort @unsorted; $string = join " ", @sorted; print $string;
print join( " ", sort @unsorted );