Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
            $x+=1;
        }
    }
    
  2. or download this
             Rate   eval noeval
    eval   1495/s     --   -62%
    noeval 3953/s   164%     --
    
  3. or download this
    use strict;
    use warnings;
    use Benchmark 'cmpthese';
    ...
            }
        }
    }
    
  4. or download this
               Rate   eval noeval
    eval    67797/s     --   -39%
    noeval 111111/s    64%     --