in reply to Re^2: utf8::downgrade() and file system operators
in thread utf8::downgrade() and file system operators
open my $fh2, q{>}, $fnameUTF8 or die "could not create file $fnameUTF +8:$!"; close $fh2 or die "could not close file $fnameUTF8";
You might want to unlink it at the end, too.
|
---|