Help for this page

Select Code to Download


  1. or download this
    word_altn         506/s 
    grep_block_index 2356/s was: block_grep
    ...
    grep_block_regex 3957/s <-- new method here
    first_index      4179/s was: list_util_index
    first_regex      6871/s was: list_util_regex
    
  2. or download this
    #!/bin/perl
    use strict;
    ...
    
    cmpthese $results;