In the last episode (Dec 20), Vitali Malicky said:
> Glad to greet you all, ladies and gentelmen!
>
> I have written a dynamic web page in Perl to display some kind
> of statistical information usefull for my company.
>
> My question: how can I get the time which MySQL returns after the query?
>
> For example: MySQL returns a line like this "870 rows in set (0.91
> sec)" after successful query How can I get the value 0.91 and save it
> in my Perl script, is at all itpossible?
The mysql shell does that manually, by starting a timer before running
the query, then printing the elapsed time. I'm sure Perl has a similar
timer module you could use.
--
Dan Nelson
[EMAIL PROTECTED]
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php