or download this
# if the number of actual detail records doesn't match the count in th
+e file, mark this file as rejected and print a message to the error l
+og.
if ( $details_record_count != $total_count) {
push @rejected_files, @filename;
print $error_log "$file total count field does not agree ($details
+_record_count actual, $total_count in file)\n";
}