Help for this page

Select Code to Download


  1. or download this
    my $string  = pack "A*" => map { chr (32 + int rand 95) } 0..1024000;
    print length($string);
    
  2. or download this
    my $string;
    $string .= chr(32 + int rand 95) for 0..1024000;
    
  3. or download this
                Rate subsingle   subplus      tran
    subsingle 18.5/s        --      -15%      -93%
    subplus   21.9/s       18%        --      -92%
    tran       268/s     1345%     1121%        --