Help for this page

Select Code to Download


  1. or download this
    use Time::HiRes qw(gettimeofday);
    $start_time = gettimeofday();
    ...
    }
    print gettimeofday - $start_time." seconds\n";
    print "$global_variable\n";
    
  2. or download this
    31.4016380310059 seconds
    hello!
    
  3. or download this
    14.1771370172501 seconds
    hello!