Help for this page
perl -e '@array=(qw(1abc 10abc));@sorted=sort @array; print "@sorted\n +";' ... 1abc 10abc