At 12:03 am +0000 21/12/05, John Delacour wrote:
open TEST, $testfile;
print TEST $testtext;
close TEST;
Sorry, that should be
open TEST, ">$testfile";
of course.
JD
At 12:03 am +0000 21/12/05, John Delacour wrote:
open TEST, $testfile;
print TEST $testtext;
close TEST;
Sorry, that should be
open TEST, ">$testfile";
of course.
JD