in reply to Re^2: Return results of UPDATE statement
in thread Return results of UPDATE statement
I think you can obtain the number of affected rows as the return value of $dbh->execute (but please check the documentation first), the time difference is easily computed by invoking time before and after the query, use Time::HiRes get sub-second resolution.
|
|---|