#START $start_time = [Time::HiRes::gettimeofday()]; #MY CODE GOES HERE #FINISH $diff = Time::HiRes::tv_interval($start_time);