in reply to Re: How to repeat a string multiple times if found match
in thread How to repeat a string multiple times if found match
Usual practice is to create an output file to write the updated content to, then after the update is complete delete the old file and rename the new version to the name of the old version.
suvendra123: You may be interested in my module File::Replace to help you with this.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to repeat a string multiple times if found match
by suvendra123 (Initiate) on Mar 09, 2021 at 10:27 UTC | |
by haukex (Archbishop) on Mar 09, 2021 at 11:34 UTC |