
KevinR
Veteran

Apr 3, 2009, 9:42 AM
Views: 2689
|
|
Re: [1arryb] Memory issue while opening and reading a file
|
|
|
Hi Fish, I can understand why you prefer lexically scoped filehandles, but why prefer the 3 arg open? Do they go together? Larry Its a security issue. It discussed in the perl open tutorial: http://perldoc.perl.org/perlopentut.html Lexical filehandles and the 3 argument style are not bound together except as a "best practices" rule. -------------------------------------------------
(This post was edited by KevinR on Apr 3, 2009, 9:44 AM)
|