Forgive me if I've completely misunderstood your question, but why not just shove the next into the if-block?:
if ($sth->rows >= 1) { my $sth = $dbh->prepare("UPDATE artists SET email=? WHERE alias=?" +); $sth->execute($email[$artistkey], $artist_alias[$artistkey]); next; }
In reply to Re: Test break, but still doing
by danger
in thread Test break, but still doing
by Coplan
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |