open(ROFILE, "<", $mExcludingFile) or die("Can't open $mExcludingFile exception file!"); while() { push(@mArray, $_); } ...