Help for this page

Select Code to Download


  1. or download this
    $ perl -wle 'map { print } qw(d c a b)'
    
  2. or download this
    $ perl -wle 'sort { print "$a<=>$b"; $a cmp $b } qw(e d c a b)'