On Mon, 14 Mar 2005, Octavian Rasnita wrote:

> Please tell me how can I find the time needed to pass for a perl 
> program execute an SQL query using MySQL, DBI and DBD::mysql.

You find the time required by benchmarking the procedure.

If this isn't what you mean, maybe you could clarify what you mean by 
"time" (if you have some MySQL-specific concept of the term), and what 
it is exactly that you need (elapsed time to execute a query? elapsed 
time for a Perl/DBI script to connect to a MySQL server and issue a 
query? elapsed time for the whole Perl script to run? something else?). 

As always, posting the code you have so far is very helpful. 
 

-- 
Chris Devers

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to