You could use this after the while loop:
if ($sth->rows() == 0) {
# First offense code
}
Giff
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 26 April, 2005 11:24
To: beginners@perl.org
Subject: rows returned and while statement
Ok I have an issue wh
On 4/26/05, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Ok I have an issue where I run an sql query against a database, and want
> to evaluate whether or not an entry occurs for a given user, if NOT then
> this run will be the first entry. Ok the problem occurs in the while
> statement, everythi