Re: Writing to a file

2003-12-05 Thread Gerald Richter
Pete Moran wrote: > Since I have upgraded from 1.3 to 2.0, I dont seem to be able to write > to a file > > [- > open(TMP, "> /tmp/test"); > print TMP "THIS IS A TEST"; > close TMP; > > > -] > > Results in 0 byte file being created any ideas why ? > The code looks ok, this should work with 2.0 with

Writing to a file

2003-12-04 Thread Pete Moran
Since I have upgraded from 1.3 to 2.0, I dont seem to be able to write to a file [- open(TMP, "> /tmp/test"); print TMP "THIS IS A TEST"; close TMP; -] Results in 0 byte file being created any ideas why ? Thanks - T