Help for this page

Select Code to Download


  1. or download this
    # 4 GHz, CentOS 7 ( Perl v5.16.3 )
    
    ...
    duration:  1.544 seconds
       50000
    
  2. or download this
    # 4 GHz, CentOS 7 ( Perl v5.16.3 )
    
    ...
    duration: 90.015 seconds
       1600000
    
  3. or download this
    my @names = shuffle qw/ Barny Betty Fred Wilma /;
    
    ...
    64
    128
    
  4. or download this
          ...
          # send greeting again
    ...
          last if ++$count == 12500;
          ...