Help for this page

Select Code to Download


  1. or download this
    
    use Benchmark 'cmpthese';
    ...
                     }
                   }
    
  2. or download this
             Rate   loop    sub inline
    loop   4157/s     --    -5%   -16%
    sub    4363/s     5%     --   -12%
    inline 4943/s    19%    13%     --
    
  3. or download this
    open(MAP, "<$new_name_map_file");
    while (<MAP>) {
    ...
    $sub->();
    close(IN);
    clse(OUT);