Ing. Branislav Gerzo wrote:
Hi all,
anoyone could me show the start point for measuring response time of
my $start = time(); # do connection my $stop = time(); my $lapse = $stop - $start; print "It took $lapse seconds\n";
search http://search.cpan.org for Time::HiRes
The 1st 3 results look very promising...
HTH :)
Lee.M - JupiterHost.Net
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
