I need to read in a svg file, search for a specific string and replace it with a string I have stored as a variable, and save the new svg with a new file name.
can anyone give me a few suggestions on how to get started?
I am beginning to experiment with SVG::Parser, but I fear that there is an...