or download this
# Changes subject based on amount of files found, over 4000 will sugge
+st a possible error.
my $subject = '';
if ($fCount ge '4000') {
$subject = '[POSSIBLE ERROR] Import has '.$fCount.' regular fi
+les and '.$fCountL.' large files waiting to be processed!';
}
elsif ($fCount < '4000') {