Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
           keys %files;
        return \ @sorted;
    }
    
  2. or download this
             Rate     ST Direct
    ST     35.8/s     --   -37%
    Direct 56.9/s    59%     --
    
  3. or download this
    use strict;
    use warnings;
    ...
           @files;
        return \ @sorted;
    }
    
  4. or download this
             Rate Direct     ST
    Direct 1.29/s     --   -46%
    ST     2.38/s    85%     --