Help for this page

Select Code to Download


  1. or download this
    perl -W -e 'warn sort {$a <=> $b} qw(A B);'
    
  2. or download this
    perl -W -e 'warn sort {$a cmp $b} qw(1 2);'