in reply to open() enhancements
open($foo, '<', $foo_file);Throwing in extra syntax could start a sort of file-handle mini-language. Anything that makes Perl look more like line-noise is probably a bad idea.
open($foo, '<', $foo_file, { sequential => 1 });This could even be used to cram in permission bits, temporary flags, or what have you.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: open() enhancements
by John M. Dlugosz (Monsignor) on Aug 22, 2002 at 23:40 UTC | |
by blakem (Monsignor) on Aug 23, 2002 at 02:27 UTC | |
by John M. Dlugosz (Monsignor) on Aug 23, 2002 at 02:32 UTC |