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