This is the revision history for
write file
in
<
*
:
##NULL
>
factoid_id
subject
copula
predicate
author
namespace
9026
write file
is
open my $fh, '>:encoding(utf-8)', $file or die "Can't open $file - $!"; print $fh "text here\n"; close $fh;
tm604