http://www.perlmonks.org?node_id=465003

dtharby has asked for the wisdom of the Perl Monks concerning the following question:

I have got the following in my code :-

...... if ($sth->row ==0) { print "No rows matched criteria\n"; }

The line if... is causing the error as stated. can anyone help me ??