Re: add text to a file.....Help

2002-01-09 Thread John W. Krahn
Curtis Poe wrote: > > --- "John W. Krahn" <[EMAIL PROTECTED]> wrote: > > Peter Lemus wrote: > > > > > > I have a file "1st file) that reads... > > > one > > > two > > > three > > > four > > > five > > > > > > Anotherone "2nd file"that reads: > > > day > > > weeks > > > months > > > quarter > > >

Re: add text to a file.....Help

2002-01-08 Thread Curtis Poe
--- "John W. Krahn" <[EMAIL PROTECTED]> wrote: > Peter Lemus wrote: > > > > I have a file "1st file) that reads... > > one > > two > > three > > four > > five > > > > Anotherone "2nd file"that reads: > > day > > weeks > > months > > quarter > > year > > century > > > > I need to read the 2nd f

Re: add text to a file.....Help

2002-01-08 Thread John W. Krahn
Peter Lemus wrote: > > I have a file "1st file) that reads... > one > two > three > four > five > > Anotherone "2nd file"that reads: > day > weeks > months > quarter > year > century > > I need to read the 2nd file and add the text from it > to every word of the first 1st file. So it will look

Re: add text to a file.....Help

2002-01-08 Thread Matthew Peter Lyon
ohmygod lol - Original Message - > Homework Perl assignments? Where can I sign-up for that? :D -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: add text to a file.....Help

2002-01-08 Thread Agustin Rivera
t;[EMAIL PROTECTED]> To: "Peter Lemus" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, January 08, 2002 8:46 AM Subject: Re: add text to a file.Help > Forgive me if my secret homework sensors are too sensitive but this > sounds like a homework

Re: add text to a file.....Help

2002-01-08 Thread Agustin Rivera
Webmaster, Pollstar.com http://www.pollstar.com - Original Message - From: "Peter Lemus" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 08, 2002 8:47 AM Subject: add text to a file.Help > Hi, > I have a file "1st file) that reads... >

Re: add text to a file.....Help

2002-01-08 Thread Casey West
Forgive me if my secret homework sensors are too sensitive but this sounds like a homework assignment. Because it sounds like a homework assignment, I'll give you pointers to the documentation which should be very useful. On Tue, Jan 08, 2002 at 08:47:33AM -0800, Peter Lemus wrote: : :Hi, :I ha

add text to a file.....Help

2002-01-08 Thread Peter Lemus
Hi, I have a file "1st file) that reads... one two three four five Anotherone "2nd file"that reads: day weeks months quarter year century I need to read the 2nd file and add the text from it to every word of the first 1st file. So it will look something like: oneday oneweek onemonth onequarter