Help for this page

Select Code to Download


  1. or download this
       my $buffer = 'x' x 100000000;
       my $length = length($buffer);
    ...
       }   
    
       warn "Iterations: $i\n";
    
  2. or download this
    Iterations: 6104
    
  3. or download this
    my $blksize = (stat($fh))[11] || 16384;