in reply to Re: Milliseconds
in thread Milliseconds

Then you want as mentioned by Fastolfe, Time::HiRes, with code something like this:
use Time::HiRes qw(gettimeofday); $th0 = gettimeofday; #your code goes here $th1 = gettimeofday; print "<P>Script took: ", sprintf ("%5.3f",($th1 - $th0)), " seconds t +o the millisecond att www.yoursite.com";

/jeorgen

Replies are listed 'Best First'.
Re: Re: Re: Milliseconds
by jeroenes (Priest) on Feb 07, 2001 at 23:29 UTC
    If one uses un*x, a 'time perl script' would give time in millisecs as well.

    Jeroen
    "We are not alone"(FZ)