@array = ('george', 'mike', 'steve', 'ray', 'paul', 'brian', 'peter', 'amos'); @sorted = sort @array; #### @sorted = sort {$a <=> $b } @array;