in reply to Re^4: 32 Character limit
in thread 32 Character limit
Just like all the other curlies in your code, { ... } creates a lexical scope. This causes $fh to be freed when we're done with it and causes $/ to revert to its previous value once we're done with it.