Help for this page

Select Code to Download


  1. or download this
    regex: 37.940104 seconds
    substr: 14.430599 seconds
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    $stop = [gettimeofday()];
    $run_time = tv_interval($start,$stop);
    print "substr: $run_time seconds\n";