http://qs321.pair.com?node_id=11115746


in reply to Re^4: lexical vs. local file handles
in thread lexical vs. local file handles

You could say the same thing about goto and mutable global variables and even $[ (which, fortunately, is gone in newer language releases), but in general the same reason to avoid them applies: because using them makes it more difficult to reason about code in the small and the large.


Improve your skills with Modern Perl: the free book.