in reply to Re^4: Lose first element of hash in hash ..
in thread Lose first element of hash in hash ..

OK, I retract the bareword comment; I guess it's a matter of circumstance and personal taste.

I also always use lexical filehandles, but I habitually close them as soon as I'm done with them. This can be done with an explicit call to close, or by introducing a separate scope. The latter form is especially recommended when locally modifying $/ and such things.