Help for this page

Select Code to Download


  1. or download this
    for( my $i = 0; $i < @array; ++i ) {
       ...;
    }
    
  2. or download this
    cmpthese -1,{
        a=>q[
    ...
    a 5.81/s   -- -41%
    b 9.84/s  69%   --
    [0] Perl>