$sth->execute($id); my $row = $sth->fetch(); $sth->finish(); if ($row) { ... } else { # No more images ... }