Hello,
I have a text file for a data file. (memberpoints.txt)
This is exatcly how the data file looks.
------file
vegeta-44
matriz-22
evac-500
fritzilldo-200
teenreality-15
------------
Now if I want to open the file, and find the string
"vegeta-44" and then after its found I want to replace it with "vegeta-50" (adds 6 points to vegetas total points) What perl commands would I need to do this? and is this possible?
Thank you,
Anthony