Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
                            }
                    }
            }
    
  2. or download this
    $t1 = Benchmark->new;
    # First chunk from the code above
    ...
    $td2 = timediff($t4-$t3);
    
    print timestr($td1),"\n",timestr($td2);
    
  3. or download this