Help for this page

Select Code to Download


  1. or download this
    use Benchmark 'cmpthese';
    
    ...
    });
    
    __END__
    
  2. or download this
              Rate lexical predecl
    lexical 3996/s      --     -0%
    predecl 4001/s      0%      --
    
  3. or download this
    use Benchmark 'cmpthese';
    
    ...
            for my $x (1..10000) { $y+=$x }
        },
    });
    
  4. or download this
              Rate predecl lexical
    predecl 4011/s      --     -0%
    lexical 4015/s      0%      --