Help for this page
#!/usr/bin/perl use strict; ... my $t1 = Benchmark->new; my $td = timediff($t1, $t0); print "the code took:",timestr($td),"\n";