Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    Sorting with code: { $a <=> $b }
     Input: 7 3 9 1
    Output: 1 3 7 9