- or download this
open(ROFILE, "<", $mExcludingFile) or die("Can't open $mExcludingFile
+exception file!");
while(<ROFILE>) {
push(@mArray, $_);
}
...
- or download this
...
my $mLineNow = "$email $name\n";
...
foreach $mArrayNow (@mArray) {
if ($mLineNow eq $mArrayNow) {
- or download this
open(ROFILE, "<", $mExcludingFile) or die("Can't open $mExcludingFile
+exception file!");
while(<ROFILE>) {
s/\s+$//;
push(@mArray, $_);
}
- or download this
my $mLineNow = "$email $name"; # no newline needed here