sub doSomething { ... open(FILE2, $file2); while() { # do more stuff } # At this point in the code, $_ is undef and since $_ is # global... }