in reply to more than 3 arguments to open?

What is the meaning of additional arguments beyond the filename as the 3rd?

Nothing with Perl 5.6 (I recall it gives some strange errors about undefined values), but with 5.8, you can specify a list of command line arguments to avoid using the shell as you can with system.

- Yes, I reinvent wheels.
- Spam: Visit eurotraQ.

Replies are listed 'Best First'.
Re: Re: more than 3 arguments to open?
by John M. Dlugosz (Monsignor) on Jan 07, 2003 at 16:07 UTC
    I see. They planned for this when the added the syntax to separate out the MODE, but didn't get back to it until later.