Help for this page

Select Code to Download


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