#!/usr/bin/perl -w open TEXT,"mytext.txt"; print TEXT "add some text to text file\n"; print TEXT "add some more text to text file\n"; close TEXT;
> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 15, 2003 12:06 PM > To: [EMAIL PROTECTED] > Subject: Create Text File > > > Hello all, > > I need to create a .txt file and then print some text to > it.... Does anyone know how to do this? > > Thanks in advance....... > Kurt > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]