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