Re: How do it do find and replace specific words using perl

2004-07-23 Thread James Edward Gray II
On Jul 23, 2004, at 8:14 AM, [EMAIL PROTECTED] wrote: Hi James, Hello again. I was trying this but not sure where it is going wrong ... There you go. Now I'll help... ;) use strict; use File::Copy; You import, but do not use the above module. We don't need it. my $dest_file = "sendToAdapter.prop

RE: How do it do find and replace specific words using perl

2004-07-23 Thread Anand . V
;~'; s/$searchstr/$repstr/g while ; close(FL); Would appreciate if you could help me. Thanks & Regards, Anand -Original Message- From: James Edward Gray II [mailto:[EMAIL PROTECTED] Sent: Friday, July 23, 2004 6:18 PM To: [EMAIL PROTECTED] Subject: Re: How do it do find and re

Re: How do it do find and replace specific words using perl

2004-07-23 Thread James Edward Gray II
On Jul 23, 2004, at 5:13 AM, [EMAIL PROTECTED] wrote: Hi All, Hello. Could some help me in doing this using perl. We will "help", yes, but we probably won't write it for you. What have you tried. Where are you stuck? Show us some code. James -- To unsubscribe, e-mail: [EMAIL PROTECTED] For add