perl code to update 2nd file with a field from first file
i have 2 text files.1st is something like `{RP}how are you{/RP}` and many sentences in the same form. File 2 is in the column format of the first one. I want to update the 2nd file like how <clause_start="rp"> and you `<clause_end="rp">`.
|