
KevinR
Veteran

Aug 7, 2006, 2:06 PM
Post #2 of 3
(1044 views)
|
|
Re: [rajjj] how to replace the required text in a flat file
[In reply to]
|
Can't Post
|
|
use perls in place editor: http://www.perl.com/pub/a/2004/10/14/file_editing.html or use Tie::File http://perldoc.perl.org/Tie/File.html or open the file for reading, write the changes to a new file, delete the old file and rename the new file with the name of the old file. -------------------------------------------------
(This post was edited by KevinR on Aug 7, 2006, 2:06 PM)
|