Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    
        return [ sort { $a <=> $b } @$aref ];
    }
    
  2. or download this
    1..8
    ok 1
    ...
    ok 8
    ok 9
    ok 10
    
  3. or download this
    #!/usr/bin/env perl
    
    ...
    
        return $got;
    }
    
  4. or download this
    1..3
    ok 1
    ok 2
    ok 3