in reply to Re: Perl and MySQL: Get number of rows affected
in thread Perl and MySQL: Get number of rows affected

There is no affectedrows() method in DBI. If you were thinking of the rows() method, that doesn't work for SELECT statements.
  • Comment on Re^2: Perl and MySQL: Get number of rows affected