my $checkExist = $dbh->prepare("INSERT IGNORE INTO your statement here"); if (!$checkExist->execute()) { die "Error: ". $checkExist->errstr ."\n"; }