On Thu, Jul 12, 2012 at 10:38:32AM -0500, Patrick R. Michaud wrote:
> On Thu, Jul 12, 2012 at 05:36:58PM +0300, Gabor Szabo wrote:
> > The following script leaves and epty 'data.txt' behind.
> > Only if I call $fh.close is the file contents saved.
> >
> > Is this a feature?
> >
> > use v6;
> >
>
On 07/17/2012 07:07 PM, Tim Bunce wrote:
> On Thu, Jul 12, 2012 at 10:38:32AM -0500, Patrick R. Michaud wrote:
>> On Thu, Jul 12, 2012 at 05:36:58PM +0300, Gabor Szabo wrote:
>> > The following script leaves and epty 'data.txt' behind.
>> > Only if I call $fh.close is the file contents saved.
>> >