
bostanian
New User
Aug 21, 2007, 6:14 PM
Post #3 of 4
(1272 views)
|
|
Re: [KevinR] need reqular expression in perl to find and replace
[In reply to]
|
Can't Post
|
|
Hi Kevin, Thanks for your reply, I am trying to replace the later part of \program files\ capturing find sting in a variable $find = \bac\jnn\gin ; $replace = \abcdef\ghik\lmn; by usuing $infile =~ s/$find/$replace/gi ; which is not working.. Please let me know where am i doing the mistake .. Thanks Srini
|