if ($sth->rows >= 1) { my $sth = ...; $sth->execute(...); next; } [download]
See also the perlsyn manpage.
In reply to Re: Test break, but still doing by archon in thread Test break, but still doing by Coplan