Re: [perl #40816] open opcode creates file if it doesn't exist

2006-12-18 Thread jerry gay
On 12/16/06, [EMAIL PROTECTED] via RT <[EMAIL PROTECTED]> wrote: On Sat Nov 11 11:53:27 2006, [EMAIL PROTECTED] wrote: > Not sure if this is a bug or not, but I noticed that the open opcode > creates its argument if the desired file doesn't exist. > There are two variants of the open opcode: this

[perl #40816] open opcode creates file if it doesn't exist

2006-12-16 Thread [EMAIL PROTECTED] via RT
On Sat Nov 11 11:53:27 2006, [EMAIL PROTECTED] wrote: > Not sure if this is a bug or not, but I noticed that the open opcode > creates its argument if the desired file doesn't exist. > There are two variants of the open opcode: this one, and one where you can specify a mode. The default open mode

[perl #40816] open opcode creates file if it doesn't exist

2006-11-12 Thread via RT
# New Ticket Created by Jonathan Rockway # Please include the string: [perl #40816] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40816 > Not sure if this is a bug or not, but I noticed that the open opcode creates its arg