Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    duration: 0.872 seconds
    number: 400000
    
  2. or download this
    sub task {
        my ($id, $val) = @_;
    ...
    duration: 2.183 seconds
    number: 400000
    
  3. or download this
    #!/usr/bin/env perl
    
    ...
    duration: 20.343 seconds
    number: 400000
    
  4. or download this
    sub task {
        my ($id, $val) = @_;
    ...
    duration: 9.702 seconds
    number: 400000