Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl -l
    
    ...
        next if substr($_, -1, 1) eq ' ' or rindex($_, ' ', length() - 2) 
    +== -1;
        print;
    }
    
  2. or download this
    #!/usr/bin/env perl -l
    
    ...
            next if @parts > 1;
        }
    }
    
  3. or download this
                             Rate split_and_re_check re_check_and_split no
    +_re_check_and_split
    split_and_re_check    50243/s                 --               -18%   
    +               -29%
    ...
    re_check_and_split    66369/s                25%                 --   
    +                -8%
    no_re_check_and_split 72404/s                36%                 9%   
    +                 --
    ken@ganymede: ~/tmp