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
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