perl-unicode

Re: Matching encoded strings and file names

2005-12-20 17:19:29
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