Help for this page

Select Code to Download


  1. or download this
    use Time::HiRes  qw/time/;
    my $start_time = Time::HiRes::time();
    ...
    my $time_taken = Time::HiRes::time() - $start_time; # floating seconds