Thread
:
Writes to a text file
View Single Post
#
4
(
permalink
)
09-10-03, 12:17 PM
perleo
Coding Addict
Join Date: Jul 2003
Location: Ireland
Posts: 269
Thanks: 0
Thanked 0 Times in 0 Posts
or if perl is anygood to you.
open(TEXT, ">>TEXT FILE PATH") or die "Cant open: $!";
@text=<TEXT>;
print @text "Text here";
close(TEXT);
perleo
View Public Profile
Find all posts by perleo