Help for this page

Select Code to Download


  1. or download this
        filehandle => sub {
            my @lines;
    ...
                push @lines, $_;            
            }
        },
    
  2. or download this
    $ perl bench_split.pl
               s/iter      regex      index      split filehandle
    ...
    index        3.13        10%         --       -29%       -43%
    split        2.21        56%        42%         --       -19%
    filehandle   1.78        93%        76%        24%         --