in reply to Re: Now to do simple select with Net::MySQL
in thread How to do simple select with Net::MySQL

Yup, he could also use $rows = $sth->rows(); to simplify the second query. This is the syntax for DBI.pm, I am not sure if the syntax would be the same for Net::MySQL.

Cameron
  • Comment on Re^2: Now to do simple select with Net::MySQL