use Benchmark; $wert1 = new Benchmark; # code goes here $wert2 = new Benchmark; $diff = timediff($wert1, $wert2); print timestr($diff);