Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        },
        'none'
        ));
    
  2. or download this
                 Time split regex
    split  9.49e-006s    --  -96%
    regex  3.43e-007s 2667%    --
    
  3. or download this
    sub cmpthese_times {
        my $rows = shift;
    ...
        
        printf $format, @$_ for @$rows;
    }