while ( my $data = ... ) { $sth->execute( $data ) or next; }