in reply to Re^2: Return results of UPDATE statement
in thread Return results of UPDATE statement

You can get the number of rows affected by the previous statement using
$sth->rows();
where $sth is the statement handle.